PHP 8.4.0 Alpha 1 available for testing
add a note

User Contributed Notes 1 note

up
14
samuel at jch-optimize dot net
2 years ago
Predefined Exceptions Class Tree

Error (Implements Throwable)
ArithmeticError
DivisionByZeroError
AssertionError
CompileError
ParseError
TypeError
ArgumentCountError
ValueError
UnhandledMatchError
FiberError

Exception (Implements Throwable)
ErrorException
To Top