class Serverkit::Errors::MissingResourceTypeError

Public Instance Methods

to_s() click to toggle source

@return [String]

# File lib/serverkit/errors/missing_resource_type_error.rb, line 7
def to_s
  "Missing resource type"
end