Source code for neural_data_simulator.scripts.errors

"""Script errors."""


[docs]class InvalidPluginError(Exception): """Plugin cannot be used.""" pass