PHP Класс OneLogin_Saml2_Error

Defines the Error class
Наследование: extends Exception
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( string $msg, integer $code, array | null $args = null ) Constructor

Описание методов

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

Constructor
public __construct ( string $msg, integer $code, array | null $args = null )
$msg string Describes the error.
$code integer The code error (defined in the error class).
$args array | null Arguments used in the message that describes the error.