diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-06-23 22:12:53 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-06-23 22:12:53 +0200 |
commit | f5c988728165581fab7331a706423c1c0d809688 (patch) | |
tree | e1118031d306a4d6cafc693ea13aeb2db57a9495 /plugins | |
parent | e021fff1ef2be1327b3edc2bb43332753a1fff16 (diff) | |
download | portato-f5c988728165581fab7331a706423c1c0d809688.tar.gz portato-f5c988728165581fab7331a706423c1c0d809688.tar.bz2 portato-f5c988728165581fab7331a706423c1c0d809688.zip |
Added plugin, which simply throws an exception
Diffstat (limited to '')
-rw-r--r-- | plugins/exception.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/exception.xml b/plugins/exception.xml new file mode 100644 index 0000000..385e743 --- /dev/null +++ b/plugins/exception.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<plugin xmlns="http://portato.sourceforge.net/plugin" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://portato.sourceforge.net/plugin http://portato.sourceforge.net/plugin.xsd"> + + <author>René 'Necoro' Neumann</author> + <name>Exception Thrower</name> + + <import>portato.plugins.exception</import> + + <menu> + <item call="throw">Throw exception</item> + </menu> + +</plugin> |