Skip to content
Snippets Groups Projects
Commit 13bd01f0 authored by Anael Beutot's avatar Anael Beutot
Browse files

Added plugin error general exception.

parent dc83a103
No related branches found
No related tags found
No related merge requests found
......@@ -3,3 +3,7 @@
class CCNodeError(Exception):
pass
class PluginError(CCNodeError):
pass
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment