Sulu\Bundle\MediaBundle\Media\Exception\ImageProxyException::__construct PHP Method

__construct() public method

public __construct ( string $message, integer $code )
$message string
$code integer
    public function __construct($message, $code)
    {
        parent::__construct($message, $code);
    }
ImageProxyException