itflow/plugins/php-mime-mail-parser/Exception.php

9 lines
84 B
PHP

<?php
namespace PhpMimeMailParser;
class Exception extends \RuntimeException
{
}