3.3. GpyFFT_Error

class gpyfft.GpyFFT_Error(errorcode)

Exception wrapper for errors returned from underlying library calls

Attributes:
args

Methods

add_note(object, /)

Exception.add_note(note) -- add a note to the exception

with_traceback(object, /)

Exception.with_traceback(tb) -- set self.__traceback__ to tb and return self.