Source code for lightlab.util.io.errors


[docs]class ChannelError(Exception): pass
[docs]class RangeError(Exception): ''' It is useful to put the type of error 'high' or 'low' in the second argument of this class' initializer ''' pass
[docs]class DeprecatedError(Exception): ''' Make sure to describe the new alternative ''' pass