From 1b2de86007508ba86c6c9cb99fbdcac178045131 Mon Sep 17 00:00:00 2001 From: David Gay Date: Sun, 2 May 2021 22:38:32 -0400 Subject: Character items and inventory, with ability to add and remove items --- app/errors/item_quantity_error.rb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 app/errors/item_quantity_error.rb (limited to 'app/errors') diff --git a/app/errors/item_quantity_error.rb b/app/errors/item_quantity_error.rb new file mode 100644 index 0000000..29576ca --- /dev/null +++ b/app/errors/item_quantity_error.rb @@ -0,0 +1,2 @@ +class ItemQuantityError < StandardError +end -- cgit v1.2.3