Overview

Namespaces

  • Defr
    • PhpMimeType

Classes

  • Defr\PhpMimeType\FileAsResponse
  • Defr\PhpMimeType\MimeType
  • Defr\PhpMimeType\MimeTypeInfo

Exceptions

  • Defr\PhpMimeType\MimeTypeException
  • Overview
  • Namespace
  • Class
 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: 
API documentation generated by ApiGen