argclz.dispatch.core.DispatchCommandNotFound#

class argclz.dispatch.core.DispatchCommandNotFound[source]#

Bases: RuntimeError

__init__(command, group=None)[source]#
Parameters:
  • command (str)

  • group (str | None)

Details

args#
with_traceback()#

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