Exception: Serverkit::Errors::MissingRecipePathArgumentError

Inherits:
Base
  • Object
show all
Defined in:
lib/serverkit/errors/missing_recipe_path_argument_error.rb

Instance Method Summary collapse

Instance Method Details

#to_sString

Returns:

  • (String)


7
8
9
# File 'lib/serverkit/errors/missing_recipe_path_argument_error.rb', line 7

def to_s
  "Missing recipe path argument"
end