Source code for jivago.wsgi.routing.exception.method_not_allowed_exception

from jivago.wsgi.routing.exception.routing_exception import RoutingException


[docs] class MethodNotAllowedException(RoutingException): pass