class Openapi3Parser::Error::ImmutableObject
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.