. // }}} namespace App\Util\Exception; class FileNotAllowedException extends \InvalidArgumentException { public function __construct(string $mimetype) { parent::__construct("File mimetype not allowed: '{$mimetype}'."); } }