mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-13 09:06:14 +01:00
9 lines
84 B
PHP
9 lines
84 B
PHP
|
<?php
|
||
|
|
||
|
namespace PhpMimeMailParser;
|
||
|
|
||
|
class Exception extends \RuntimeException
|
||
|
{
|
||
|
|
||
|
}
|