FOF30\Hal\Exception\InvalidRenderFormat::__construct PHP Метод

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

public __construct ( $format, $code = 500, Exception $previous = null )
$previous Exception
    public function __construct($format, $code = 500, Exception $previous = null)
    {
        $message = \JText::sprintf('LIB_FOF_HAL_ERR_INVALIDRENDERFORMAT', $format);
        parent::__construct($message, $code, $previous);
    }
InvalidRenderFormat