Module phper::errors[][src]

Expand description

The errors for crate and php.

Structs

ArgumentCountError
CallFunctionError
CallMethodError
ClassNotFoundError
InitializeObjectError
NotRefCountedTypeError
StateTypeError
TypeError

Enums

Error

Crate level Error, which also can become an exception in php.

Traits

Throwable

PHP Throwable, can cause throwing an exception when setting to crate::values::Val.

Type Definitions

Result

Type of std::result::Result<T, crate::Error>.