summaryrefslogtreecommitdiff
path: root/lib/DeWeave/Exception/Deleted.pm
diff options
context:
space:
mode:
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;