Exception handling
Catch all exceptions
Catch a specific exception
Throw an exception
Re-throw exceptions
Define an exception type
Guaranteed code execution
Method throwing an exception
<?php
//Inherits constructor from base
class
class
SimpleException
extends
Exception { }