mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2025-01-10 09:57:46 +01:00
10 lines
170 B
Python
10 lines
170 B
Python
|
"""
|
||
|
Contains the `Exceptions` used by this library.
|
||
|
"""
|
||
|
|
||
|
|
||
|
class YggdrasilError(Exception):
|
||
|
"""
|
||
|
Base `Exception` for the Yggdrasil authentication service.
|
||
|
"""
|