Method: OpenapiFirst::Failure#exception_message
- Defined in:
- lib/openapi_first/failure.rb
#exception_message ⇒ Object
63 64 65 66 67 |
# File 'lib/openapi_first/failure.rb', line 63 def _, = TYPES.fetch(type) [, || ].compact.join(' ') end |