Tag Archives: exception handling

PHP: Simple Try Catch Example

With object orientated languages came the concept of the try-catch block to better manage exceptions and application crashes, and from PHP 5 onwards, the popular web server-side scripting language too adopted this ideology. Continue reading

Posted in Technology & Code | Tagged , , , , , , | View Comments