Skip to main content

exceptions

Custom exceptions for the Bitfount codebase.

Classes

BitfountEngineError

class BitfountEngineError(*args, **kwargs):

Exception for any issues relating to the backend engine.

Ancestors

BitfountError

class BitfountError(*args, **kwargs):

Base exception class that all others should inherit from.

Ancestors

  • builtins.Exception
  • builtins.BaseException