lithium\action\DispatchException

Extends RuntimeException
class

This exception covers a range of scenarios that generally revolve around attempting to dispatch to something which cannot handle a request, i.e. a controller which can't be found, objects which aren't callable, or un-routable (private) controller methods.

Source

class DispatchException extends \RuntimeException {

	protected $code = 404;
}