3 lines
86 B
Python
3 lines
86 B
Python
|
|
class LimError(Exception):
|
||
|
|
"""Fatal error that aborts the current lim command."""
|