Method: Serverkit::Errors::InvalidRecipeTypeError#to_s
- Defined in:
- lib/serverkit/errors/invalid_recipe_type_error.rb
#to_s ⇒ Object
13 14 15 |
# File 'lib/serverkit/errors/invalid_recipe_type_error.rb', line 13 def to_s "Recipe data must be a Hash, not #{@type}" end |