PHP Velho Oeste 2024
add a note add a note

User Contributed Notes 1 note

up
8
samuel at jch-optimize dot net
1 year ago
Predefined Exceptions Class Tree

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

Exception (Implements Throwable)
        ErrorException
To Top