FOF30\Factory\Exception\FormLoadFile::__construct PHP Метод

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

public __construct ( $file = "", $code = 500, Exception $previous = null )
$previous Exception
    public function __construct($file = "", $code = 500, Exception $previous = null)
    {
        $message = \JText::sprintf('LIB_FOF_FORM_ERR_COULD_NOT_LOAD_FROM_FILE', $file);
        parent::__construct($message, $code, $previous);
    }
FormLoadFile