Exception: OpenAPIParser::NotNullError

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



21
22
23
# File 'lib/openapi_parser/errors.rb', line 21

def message
  "#{@reference} don't allow null"
end