Interface Exception
Routing exceptions implement this interface so that they can be easily recognized.
try { // … } catch (\ICanBoogie\Routing\Exception $e) { // a routing exception } catch (\Exception $e { // another type of exception }
Routing exceptions implement this interface so that they can be easily recognized.
try { // … } catch (\ICanBoogie\Routing\Exception $e) { // a routing exception } catch (\Exception $e { // another type of exception }