ThinkPHP5


Namespace think\exception

Class Summary
ClassNotFoundException
Handle
HttpException
HttpResponseException
PDOExceptionPDO异常处理类 重新封装了系统的\PDOException类
TemplateNotFoundException
ThrowableError
ValidateException
Exception Summary
DbExceptionDatabase相关异常处理类
ErrorExceptionThinkPHP错误异常 主要用于封装 set_error_handler 和 register_shutdown_function 得到的错误 除开从 think\Exception 继承的功能 其他和PHP系统\ErrorException功能基本一样

ThinkPHP5