mirror of
https://github.com/itflow-org/itflow
synced 2026-03-16 18:54:51 +00:00
Add PHP Mime Mail Parser - https://github.com/php/pecl-mail-mailparse
This commit is contained in:
8
plugins/php-mime-mail-parser/src/Exception.php
Normal file
8
plugins/php-mime-mail-parser/src/Exception.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace PhpMimeMailParser;
|
||||
|
||||
class Exception extends \RuntimeException
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user