bitshares.exceptions module¶
-
exception
bitshares.exceptions.AccountExistsException[source]¶ Bases:
ExceptionThe requested account already exists.
-
args¶
-
with_traceback()¶ Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
-
-
exception
bitshares.exceptions.HtlcDoesNotExistException[source]¶ Bases:
ExceptionHTLC object does not exist.
-
args¶
-
with_traceback()¶ Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
-