From 4c96893a114059dc4e748307c6d046ec1faa778f Mon Sep 17 00:00:00 2001 From: David Gay Date: Wed, 2 Jun 2021 22:15:02 -0400 Subject: Magiculture --- app/errors/hearth_planting_error.rb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 app/errors/hearth_planting_error.rb (limited to 'app/errors') 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 -- cgit v1.2.3