FOF30\View\Exception\CannotGetName::__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_VIEW_ERR_GET_NAME');
        }
        parent::__construct($message, $code, $previous);
    }
CannotGetName