prga.exception module¶
PRGA’s exception and error types.
-
exception
prga.exception.PRGAAPIError¶ Bases:
prga.exception.PRGAInternalErrorAn error of an API misuse.
This error is thrown when the API is not used correctly.
-
exception
prga.exception.PRGAIndexError¶ Bases:
IndexErrorA PRGA-specific index error.
-
exception
prga.exception.PRGAInternalError¶ Bases:
RuntimeErrorCritical internal error within PRGA flow.
As an API user, you should never see this type of exception. If you get such an error, please email angl@princeton.edu with a detailed description and an example to repeat this error. We thank you for help developing PRGA!
-
exception
prga.exception.PRGATypeError(arg, type_, msg=None)¶ Bases:
TypeErrorA PRGA-specific type error.