lithium\net\http\RoutingException

Extends RuntimeException
class

A RoutingException is thrown whenever a the Router cannot match a set of parameters against the available collection of attached routes.

Source

class RoutingException extends \RuntimeException {

	protected $code = 500;
}