Exception used for generic SSO errors that aren't directly related to an API call
| 32 | ] |
| 33 | |
| 34 | class GenericSsoError(Exception): |
| 35 | """ Exception used for generic SSO errors that aren't directly related to an API call |
| 36 | """ |
| 37 | pass |
| 38 | |
| 39 | class APIException(Exception): |
| 40 | """ Exception for API related errors """ |
no outgoing calls
no test coverage detected