Exception: Openapi3Parser::Error::ImmutableObject
- Inherits:
-
Openapi3Parser::Error
- Object
- RuntimeError
- Openapi3Parser::Error
- Openapi3Parser::Error::ImmutableObject
- Defined in:
- lib/openapi3_parser/error.rb
Overview
Raised in cases where an object that is in an immutable state is modified
Typically this would occur when a component that is frozen is modififed. Some components are mutable during the construction of a document and then frozen afterwards.