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

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

public __construct ( $message = '', $code = 500, Exception $previous = null )
$previous Exception
    public function __construct($message = '', $code = 500, Exception $previous = null)
    {
        if (empty($message)) {
            $message = \JText::_('LIB_FOF_HAL_ERR_INVALIDLINK');
        }
        parent::__construct($message, $code, $previous);
    }
InvalidLinkFormat