Source code for src.utils.exceptions

[docs] class SupplyDataMissingError(Exception): """ Raised when supply data is missing before return calculation. """ pass