mirror of
https://github.com/LukeHagar/pokemonAPI-Amari.git
synced 2025-12-06 12:47:45 +00:00
4 lines
79 B
Python
Executable File
4 lines
79 B
Python
Executable File
class APIError(Exception):
|
|
"""Custom exception for API errors."""
|
|
pass
|