Exception: OpenAPIParser::NotExistContentTypeDefinition
- Inherits:
-
OpenAPIError
- Object
- StandardError
- OpenAPIError
- OpenAPIParser::NotExistContentTypeDefinition
- Defined in:
- lib/openapi_parser/errors.rb
Instance Method Summary collapse
Methods inherited from OpenAPIError
Constructor Details
This class inherits a constructor from OpenAPIParser::OpenAPIError
Instance Method Details
#message ⇒ Object
249 250 251 |
# File 'lib/openapi_parser/errors.rb', line 249 def "#{@reference} response definition does not exist" end |