2017-12-05 11:21:55 +00:00
|
|
|
{notice}
|
|
|
|
|
2019-03-25 10:10:46 +00:00
|
|
|
from ..rpc_error import RPCError
|
2017-12-05 11:21:55 +00:00
|
|
|
|
|
|
|
|
2019-03-25 10:10:46 +00:00
|
|
|
class {super_class}(RPCError):
|
2017-12-30 18:25:17 +00:00
|
|
|
{docstring}
|
2017-12-05 11:21:55 +00:00
|
|
|
CODE = {code}
|
2019-03-25 10:10:46 +00:00
|
|
|
"""``int``: RPC Error Code"""
|
2017-12-30 18:25:17 +00:00
|
|
|
NAME = __doc__
|
2017-12-05 11:21:55 +00:00
|
|
|
|
|
|
|
|
|
|
|
{sub_classes}
|