⚙️
PHP Tools Hub
Tools
PHP
Quick
Contact
Home
>
Tutorials
>
PHP
>
PHP Error Handling
PHP Error Handling Tutorials
44 tutorials found.
📘
All Errors and Warnings
Error Levels | E_ALL | PHP
📘
Base Exception Interface
Exception Class | Throwable Interface | PHP
📘
Code That May Throw Exception
Exception Handling | try Block | PHP
📘
Convert Errors to Exceptions
Error to Exception | ErrorException Class | PHP
📘
Create Custom Exception Types
Custom Exceptions | Extend Exception | PHP
📘
Different Exception Types
Multiple Catch | Catch Multiple | PHP
📘
Get Exception Message
Exception Methods | getMessage | PHP
📘
Log Don't Display
Production Practices | Error Logging | PHP
📘
Pass Previous to Constructor
Exception Chaining | Previous Exception | PHP
📘
Rethrow with Different Type
Rethrow | throw in catch | PHP
📘
Set Error Level
Error Reporting | error_reporting | PHP
📘
Syntax Error Script Won't Run
Error Types | PHP Parse Error | PHP
📘
Uncaught Exception Handler
Global Handler | set_exception_handler | PHP
📘
User Defined Error Handler
Custom Handler | set_error_handler | PHP
📘
Base Exception Class
Exception Class | Exception Class | PHP
📘
Catch Throwable Interface
Multiple Catch | Catch All | PHP
📘
errno errstr errfile errline
Custom Handler | Handler Parameters | PHP
📘
Fatal Runtime Errors
Error Levels | E_ERROR | PHP
📘
Get Exception Code
Exception Methods | getCode | PHP
📘
Handle Different Exceptions
Custom Exceptions | Multiple Types | PHP
📘
Handle Exception
Exception Handling | catch Block | PHP
📘
Restore Previous Handler
Global Handler | restore_exception_handler | PHP
📘
Script Execution Stops
Error Types | PHP Fatal Error | PHP
📘
Show Errors in Browser
Error Reporting | display_errors | PHP
📘
Throw ErrorException in Handler
Error to Exception | Handler Throw | PHP
📘
User Friendly Messages
Production Practices | Custom Error Page | PHP
📘
Always Executes
Exception Handling | finally Block | PHP
📘
Continues but Warning Shown
Error Types | PHP Warning | PHP
📘
Get File Where Thrown
Exception Methods | getFile | PHP
📘
Log Errors to File
Error Reporting | log_errors | PHP
📘
Parent Child Exceptions
Custom Exceptions | Exception Hierarchies | PHP
📘
Restore Previous Handler
Custom Handler | restore_error_handler | PHP
📘
Runtime Warnings
Error Levels | E_WARNING | PHP
📘
Sentry Bugsnag Integration
Production Practices | Error Monitoring | PHP
📘
Throw Exception Manually
Exception Class | throw Keyword | PHP
📘
Compile Time Parse Errors
Error Levels | E_PARSE | PHP
📘
Get Line Where Thrown
Exception Methods | getLine | PHP
📘
Minor Issue Continues
Error Types | PHP Notice | PHP
📘
Feature Will Be Removed
Error Types | PHP Deprecated | PHP
📘
Get Stack Trace Array
Exception Methods | getTrace | PHP
📘
Runtime Notices
Error Levels | E_NOTICE | PHP
📘
Deprecated Code Warnings
Error Levels | E_DEPRECATED | PHP
📘
Get Stack Trace String
Exception Methods | getTraceAsString | PHP
📘
Strict Standards
Error Levels | E_STRICT | PHP