mirror of
https://github.com/pim-n/pg-rad
synced 2026-02-02 14:33:09 +01:00
Add path generation functionality.
This commit is contained in:
8
src/pg_rad/exceptions.py
Normal file
8
src/pg_rad/exceptions.py
Normal file
@ -0,0 +1,8 @@
|
||||
class ConvergenceError(Exception):
|
||||
"""Raised when an algorithm fails to converge."""
|
||||
|
||||
class DataLoadError(Exception):
|
||||
"""Base class for data loading errors."""
|
||||
|
||||
class InvalidCSVError(DataLoadError):
|
||||
"""Raised when a file is not a valid CSV."""
|
||||
Reference in New Issue
Block a user