Exception: OpenAPIParser::MissingReferenceError

Inherits:
OpenAPIError
  • Object
show all
Defined in:
lib/openapi_parser/errors.rb

Instance Method Summary collapse

Methods inherited from OpenAPIError

#initialize

Constructor Details

This class inherits a constructor from OpenAPIParser::OpenAPIError

Instance Method Details

#messageObject



9
10
11
# File 'lib/openapi_parser/errors.rb', line 9

def message
  "'#{@reference}' was referenced but could not be found"
end