mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
9 lines
84 B
PHP
9 lines
84 B
PHP
<?php
|
|
|
|
namespace PhpMimeMailParser;
|
|
|
|
class Exception extends \RuntimeException
|
|
{
|
|
|
|
}
|