pyCraft/minecraft/exceptions.py

10 lines
170 B
Python

"""
Contains the `Exceptions` used by this library.
"""
class YggdrasilError(Exception):
"""
Base `Exception` for the Yggdrasil authentication service.
"""