mirror of
https://github.com/LukeHagar/pokemonAPI-Amari.git
synced 2025-12-06 04:20:57 +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
|