summaryrefslogtreecommitdiff
path: root/app/errors
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-06-02 22:15:02 -0400
committerDavid Gay <david@davidgay.org>2021-06-02 22:15:02 -0400
commit4c96893a114059dc4e748307c6d046ec1faa778f (patch)
tree10e3af95e7a3749e6bd0d1ab63fffebf5b567258 /app/errors
parent6ec57509c6f1d44fb80a1cb2ae020b8a033dd370 (diff)
Magiculture
Diffstat (limited to 'app/errors')
-rw-r--r--app/errors/hearth_planting_error.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/errors/hearth_planting_error.rb b/app/errors/hearth_planting_error.rb
new file mode 100644
index 0000000..4a2306f
--- /dev/null
+++ b/app/errors/hearth_planting_error.rb
@@ -0,0 +1,2 @@
+class HearthPlantingError < StandardError
+end