Sulu\Bundle\MediaBundle\Media\Exception\MediaTypeNotFoundException::__construct PHP Метод

__construct() публичный Метод

public __construct ( string $message )
$message string
    public function __construct($message)
    {
        parent::__construct($message, self::EXCEPTION_CODE_MEDIA_TYPE_NOT_FOUND);
    }
MediaTypeNotFoundException