7 lines
126 B
Python
7 lines
126 B
Python
""" Package specific exceptions. """
|
|
|
|
|
|
class Ai1wmError(Exception):
|
|
""" Exceptions raised from this package. """
|
|
pass
|