diff options
author | David Gay <david@davidgay.org> | 2021-05-22 15:39:16 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-05-22 15:39:16 -0400 |
commit | 38f3a39221869483e3468e9f4d8cab5450a70f89 (patch) | |
tree | ef831c35d61e05b46c356d39e30ecc6d6f7353b1 /app/errors | |
parent | 88bd4f77db3a4372c118a9faef613615db66bc52 (diff) |
Equiping and unequiping items
Diffstat (limited to 'app/errors')
-rw-r--r-- | app/errors/equipment_error.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/errors/equipment_error.rb b/app/errors/equipment_error.rb new file mode 100644 index 0000000..0d24e8a --- /dev/null +++ b/app/errors/equipment_error.rb @@ -0,0 +1,2 @@ +class EquipmentError < StandardError +end |