summaryrefslogtreecommitdiff
path: root/app/errors
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-07-14 17:27:26 -0400
committerDavid Gay <david@davidgay.org>2021-07-14 17:27:26 -0400
commitb8aa0a69cbdc8b145592ac142c397e0520021fdd (patch)
tree3dc60a2d516fd04729cddb301e3b1ec3639e4603 /app/errors
parentf02a38cfc1a38a0c1fdc4d00cc10f47bb987b7d0 (diff)
Only allow a character to hunt up to two different leviathans in a 24 hour period
Diffstat (limited to 'app/errors')
-rw-r--r--app/errors/too_many_monster_spawn_combats_error.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/errors/too_many_monster_spawn_combats_error.rb b/app/errors/too_many_monster_spawn_combats_error.rb
new file mode 100644
index 0000000..51153c8
--- /dev/null
+++ b/app/errors/too_many_monster_spawn_combats_error.rb
@@ -0,0 +1,2 @@
+class TooManyMonsterSpawnCombatsError < StandardError
+end