pyCraft/minecraft/exceptions.py

10 lines
170 B
Python
Raw Normal View History

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