Reformat evaluator #2 (exceptions)
This commit is contained in:
9
smnp/error/note.py
Normal file
9
smnp/error/note.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from smnp.error.base import SmnpException
|
||||
|
||||
|
||||
class NoteException(SmnpException):
|
||||
def __init__(self, msg):
|
||||
super().__init__(msg)
|
||||
|
||||
def _title(self):
|
||||
return "Note Error"
|
||||
Reference in New Issue
Block a user