diff options
Diffstat (limited to '')
-rw-r--r-- | portato/plugins/exception.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/portato/plugins/exception.py b/portato/plugins/exception.py new file mode 100644 index 0000000..64bdb77 --- /dev/null +++ b/portato/plugins/exception.py @@ -0,0 +1,2 @@ +def throw (*args, **kwargs): + raise Exception, "As requested, Sir!" |