Module error

Source
Expand description

Error and result types returned from the library functions.

Enums§

Error
The main error type which is passed by the library inside the custom Result type.

Functions§

php_error
Trigger an error that is reported in PHP the same way trigger_error() is.

Type Aliases§

Result
The main result type which is passed by the library.