5 lines
86 B
Python
5 lines
86 B
Python
class NotSupportError(Exception):
|
|
"""
|
|
raise when features not support
|
|
"""
|