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