class Render::Errors::Schema::InvalidResponse

Public Instance Methods

to_s() click to toggle source
# File lib/render/errors.rb, line 97
def to_s
  "Could not parse #{response.inspect} from #{endpoint}"
end