Errors

exception clink.routing.error.CtlSpecError(ctl)[source]
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception clink.routing.error.PathNotFoundError(path)[source]
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception clink.routing.error.HandleNotFoundError(method, content_type, path)[source]
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception clink.routing.error.RouteExistError(route)[source]
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception clink.routing.error.RouteMethodError(method)[source]
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception clink.routing.error.RoutePathError(path, regex)[source]
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception clink.routing.error.RouteHandleError(handle)[source]
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.