summaryrefslogtreecommitdiff
path: root/app/errors
diff options
context:
space:
mode:
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