Source code for pypeit.exceptions
"""
Provides pypeit specific exceptions.
"""
__all__ = [
'PypeItError',
'PypeItBitMaskError',
'PypeItDataModelError',
'PypeItPathError'
]
"""
Provides pypeit specific exceptions.
"""
__all__ = [
'PypeItError',
'PypeItBitMaskError',
'PypeItDataModelError',
'PypeItPathError'
]