mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2024-11-16 15:25:12 +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.
|
||
|
"""
|