summaryrefslogtreecommitdiff
path: root/portato/plugins/exception.py
diff options
context:
space:
mode:
Diffstat (limited to 'portato/plugins/exception.py')
-rw-r--r--portato/plugins/exception.py2
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!"