ICanBoogie
  • Documentation
  • API Reference
  • View 0.9.x
Namespaces
  • ICanBoogie
    • View
      • View
Classes
  • View
Interfaces
  • Exception
Traits
  • ControllerBindings

Interface Exception

View exceptions implement this interface so that they can be easily recognized.

try
{
    // …
}
catch (\ICanBoogie\View\Exception $e)
{
    // a view exception
}
catch (\Exception $e
{
    // another type of exception
}
Namespace: ICanBoogie\View
Located at Exception.php
View 0.9.x – Check on GitHub – API documentation generated by ApiGen