PHP Class SimpleSAML\Error\CriticalConfigurationError

Inheritance: extends ConfigurationError
Afficher le fichier Open project: simplesamlphp/simplesamlphp Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( string | null $reason = null, string | null $file = null, $config = null ) CriticalConfigurationError constructor.
fromException ( Exception $exception ) : CriticalConfigurationError

Method Details

__construct() public méthode

CriticalConfigurationError constructor.
public __construct ( string | null $reason = null, string | null $file = null, $config = null )
$reason string | null The reason for this critical error.
$file string | null The configuration file that originated this error.

fromException() public static méthode

public static fromException ( Exception $exception ) : CriticalConfigurationError
$exception Exception
Résultat CriticalConfigurationError