summaryrefslogtreecommitdiff
path: root/lib/DeWeave/Exception/Deleted.pm
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2011-03-27 14:33:59 +0100
committerdakkar <dakkar@thenautilus.net>2011-03-27 14:37:30 +0100
commitc9af26b1194f693cd55fd9a7850bc168aeba7d27 (patch)
treef15e7ac877c3b9e3428318c7d91897665b54a581 /lib/DeWeave/Exception/Deleted.pm
parentmany more BrowserObjects (diff)
downloadDeWeave-c9af26b1194f693cd55fd9a7850bc168aeba7d27.tar.gz
DeWeave-c9af26b1194f693cd55fd9a7850bc168aeba7d27.tar.bz2
DeWeave-c9af26b1194f693cd55fd9a7850bc168aeba7d27.zip
rework object creation
now we unpack args before calling ->new
Diffstat (limited to 'lib/DeWeave/Exception/Deleted.pm')
-rw-r--r--lib/DeWeave/Exception/Deleted.pm9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/DeWeave/Exception/Deleted.pm b/lib/DeWeave/Exception/Deleted.pm
deleted file mode 100644
index 7b2f508..0000000
--- a/lib/DeWeave/Exception/Deleted.pm
+++ /dev/null
@@ -1,9 +0,0 @@
-package DeWeave::Exception::Deleted;
-use Moose;
-
-has args => (
- is => 'ro',
- required => 0,
-);
-
-1;