summaryrefslogtreecommitdiff
path: root/lib/DeWeave/Exception/Deleted.pm
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2011-03-26 13:44:35 +0000
committerdakkar <dakkar@thenautilus.net>2011-03-26 13:44:35 +0000
commit63ea2492d1b7676d5aae7c9dd7912ca78159c321 (patch)
tree22ab40b24d45d55d34c93927408c38a9634eddf9 /lib/DeWeave/Exception/Deleted.pm
parentcollections working, subclasses, strings (diff)
downloadDeWeave-63ea2492d1b7676d5aae7c9dd7912ca78159c321.tar.gz
DeWeave-63ea2492d1b7676d5aae7c9dd7912ca78159c321.tar.bz2
DeWeave-63ea2492d1b7676d5aae7c9dd7912ca78159c321.zip
many more BrowserObjects
Diffstat (limited to 'lib/DeWeave/Exception/Deleted.pm')
-rw-r--r--lib/DeWeave/Exception/Deleted.pm9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/DeWeave/Exception/Deleted.pm b/lib/DeWeave/Exception/Deleted.pm
new file mode 100644
index 0000000..7b2f508
--- /dev/null
+++ b/lib/DeWeave/Exception/Deleted.pm
@@ -0,0 +1,9 @@
+package DeWeave::Exception::Deleted;
+use Moose;
+
+has args => (
+ is => 'ro',
+ required => 0,
+);
+
+1;