diff options
Diffstat (limited to '')
-rw-r--r-- | portato/plugins/exception.py | 2 |
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!" |