Classes and interfaces

ExceptionInterface

Marker interface for Phlyty exceptions

« More »

DuplicateRouteException

Exception indicating a duplicate route was detected

« More »

HaltException

Exception indicating a halt condition

« More »

InvalidControllerException

Exception indicating an invalid controller

« More »

InvalidMethodException

Exception indicating an invalid HTTP method

« More »

InvalidRouteException

Exception indicating an invalid route type

« More »

InvalidViewModelException

Exception indicating an invalid view model prototype

« More »

PageNotFoundException

Exception indicating a 404 condition

« More »

PassException

Exception indicating we should pass on to next matching route

« More »