Module ext_php_rs::php::exceptions[][src]

Expand description

Contains all the base PHP throwables, including Throwable and Exception.

Structs

Represents a PHP exception which can be thrown using the throw() function. Primarily used to return from a Result<T, PhpException> which can immediately be thrown by the ext-php-rs macro API.

Functions

Throws an exception with a given message. See ClassEntry for some built-in exception types.

Throws an exception with a given message and status code. See ClassEntry for some built-in exception types.