Exception: CoreLibrary::OneOfValidationException
- Inherits:
-
StandardError
- Object
- StandardError
- CoreLibrary::OneOfValidationException
- Defined in:
- lib/apimatic-core/exceptions/one_of_validation_exception.rb
Overview
Custom exception class for OneOfValidation
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message) ⇒ OneOfValidationException
constructor
Initializes a new instance of OneOfValidationException with the specified message.
Constructor Details
#initialize(message) ⇒ OneOfValidationException
Initializes a new instance of OneOfValidationException with the specified message.
8 9 10 11 |
# File 'lib/apimatic-core/exceptions/one_of_validation_exception.rb', line 8 def initialize() @message = super() end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
4 5 6 |
# File 'lib/apimatic-core/exceptions/one_of_validation_exception.rb', line 4 def @message end |