Modify tokenizer to parse notes
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
from smnp.error.base import SmnpException
|
||||
|
||||
|
||||
class NoteException(SmnpException):
|
||||
class NoteException(Exception):
|
||||
def __init__(self, msg):
|
||||
super().__init__(msg)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user