Source code for punchbowl.auto.error
[docs]
class PunchPipeWarning(Warning):
pass
[docs]
class CCSDSPacketConstructionWarning(PunchPipeWarning):
pass
[docs]
class CCSDSPacketDatabaseUpdateWarning(PunchPipeWarning):
pass
[docs]
class PunchPipeError(Exception):
pass
[docs]
class MissingCCSDSDataError(PunchPipeError):
pass