summaryrefslogtreecommitdiff
path: root/portato/plugins/exception.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2008-06-23 22:33:20 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2008-06-23 22:33:20 +0200
commit88d60d9f5082d6dd62778614681638415f25a8d6 (patch)
tree12c4863eed252b23d4ce4675b1a7c33abd2f158b /portato/plugins/exception.py
parent84ce6de169ab527d8393bfe9da63944c550ee16a (diff)
parent0392a7dcbaa08cbc73e091422bf6f68dbfa8d7f6 (diff)
downloadportato-88d60d9f5082d6dd62778614681638415f25a8d6.tar.gz
portato-88d60d9f5082d6dd62778614681638415f25a8d6.tar.bz2
portato-88d60d9f5082d6dd62778614681638415f25a8d6.zip
Added the possibility to directly mail bugs
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!"