pyCraft/minecraft/exceptions.py

14 lines
215 B
Python
Raw Normal View History

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