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