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
132 133 134 |
# File 'lib/openapi_parser/errors.rb', line 132 def "don't exist response definition #{@reference}" end |