Commit 13bd01f0 authored by Anael Beutot's avatar Anael Beutot
Browse files

Added plugin error general exception.

parent dc83a103
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3,3 +3,7 @@

class CCNodeError(Exception):
    pass


class PluginError(CCNodeError):
    pass