1: <?php
2:
3: /*
4: * This file is part of the library "PhpMimeType".
5: *
6: * (c) Dennis Fridrich <fridrich.dennis@gmail.com>
7: *
8: * For the full copyright and license information,
9: * please view LICENSE.
10: */
11:
12: namespace Defr\PhpMimeType;
13:
14: class MimeTypeException extends \Exception
15: {
16: }
17: