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, 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;