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

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

public __construct ( string $message )
$message string
    public function __construct($message)
    {
        parent::__construct($message, self::EXCEPTION_CODE_UPLOADED_FILE_NOT_FOUND);
    }
UploadFileNotSetException