mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-29 18:59:10 +08:00
Removes custom Exception that isn't found in code base.
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
from utils.exception_utils import CustomException
|
||||
|
||||
class ComponentNoInit(CustomException):
|
||||
argmap = ('classname',)
|
||||
message = """Class {classname} does not define an init method."""
|
||||
Reference in New Issue
Block a user