ICanBoogie/View v0.5.0
  • Namespace
  • Class

Namespaces

  • ICanBoogie
    • View
      • View

Classes

  • View

Interfaces

  • Exception

Traits

  • ControllerBindings
  • ViewBindings

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
ICanBoogie/View v0.5.0 API documentation generated by ApiGen