Exception: OpenAPIParser::OpenAPIError

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

Instance Method Summary collapse

Constructor Details

#initialize(reference) ⇒ OpenAPIError

Returns a new instance of OpenAPIError.



3
4
5
# File 'lib/openapi_parser/errors.rb', line 3

def initialize(reference)
  @reference = reference
end