summaryrefslogtreecommitdiff
path: root/app/errors/item_infix_error.rb
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-06-15 19:13:55 -0400
committerDavid Gay <david@davidgay.org>2021-06-15 19:13:55 -0400
commit53c9df5feb8ad4ebef8f40840d29255a81edb6df (patch)
tree2b11367d054363e100db8b488bab3c816e070bf3 /app/errors/item_infix_error.rb
parent362fcb62af0949b4c7ac1dfa052fa10b39d70b43 (diff)
Reboot omens and allow infixing items (like omens) into skills
Diffstat (limited to 'app/errors/item_infix_error.rb')
-rw-r--r--app/errors/item_infix_error.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/errors/item_infix_error.rb b/app/errors/item_infix_error.rb
new file mode 100644
index 0000000..bc6b251
--- /dev/null
+++ b/app/errors/item_infix_error.rb
@@ -0,0 +1,2 @@
+class ItemInfixError < StandardError
+end