Source code for grid2op.Exceptions.PlotExceptions

from grid2op.Exceptions.Grid2OpException import Grid2OpException


# plot error
[docs]class PlotError(Grid2OpException): """General exception raised by any class that handles plots""" pass