Exception: CoreLibrary::AnyOfValidationException
- Inherits:
-
StandardError
- Object
- StandardError
- CoreLibrary::AnyOfValidationException
- Defined in:
- lib/apimatic-core/exceptions/any_of_validation_exception.rb
Overview
Custom exception class for AnyOfValidation
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message) ⇒ AnyOfValidationException
constructor
Initializes a new instance of AnyOfValidationException with the specified message.
Constructor Details
#initialize(message) ⇒ AnyOfValidationException
Initializes a new instance of AnyOfValidationException with the specified message.
8 9 10 11 |
# File 'lib/apimatic-core/exceptions/any_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/any_of_validation_exception.rb', line 4 def @message end |