Bases: Exception
Raised when any of the public key, secret key and encryption key is missing
Source code in src/korapay_client/exceptions.py
| class MissingAPIKeyError(Exception):
"""Raised when any of the public key, secret key and encryption key is missing"""
...
|