SystemError
extends Error
in package
Defines a custom error class for system errors in the SAML2 authentication package.
Table of Contents
Methods
- __construct() : mixed
- SystemError constructor.
Methods
__construct()
SystemError constructor.
public
__construct(string $message) : mixed
Parameters
- $message : string
-
The error message to display.