预定义异常
目录
- Exception
- ErrorException
- ClosedGeneratorException
- Error
- ArgumentCountError
- ArithmeticError
- AssertionError
- DivisionByZeroError
- CompileError
- ParseError
- TypeError
- ValueError
- UnhandledMatchError
- FiberError
- RequestParseBodyException
参见 SPL 异常处理。
+添加备注
用户贡献的备注 1 note
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