gsplot.GsplotError#

exception GsplotError#

Bases: Exception

Base class for errors that are part of the canonical API contract.

Examples

>>> import gsplot as gs
>>> isinstance(gs.GsplotError("operation failed"), Exception)
True