Class EngineNotDefined
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 }
- ICanBoogie\OffsetNotDefined
- ┗ ICanBoogie\Render\EngineNotDefined implements ICanBoogie\Render\Exception