3.3. GpyFFT_Error¶
- class gpyfft.GpyFFT_Error(errorcode)¶
Exception wrapper for errors returned from underlying library calls
- Attributes:
- args
Methods
add_note
Exception.add_note(note) -- add a note to the exception
with_traceback
Exception.with_traceback(tb) -- set self.__traceback__ to tb and return self.