Exception: OpenIDConnect::ResponseObject::ValidationFailed
- Inherits:
-
Exception
- Object
- StandardError
- Exception
- OpenIDConnect::ResponseObject::ValidationFailed
- Defined in:
- lib/openid_connect/response_object.rb
Instance Attribute Summary collapse
-
#errors ⇒ Object
readonly
Returns the value of attribute errors.
Instance Method Summary collapse
-
#initialize(errors) ⇒ ValidationFailed
constructor
A new instance of ValidationFailed.
Constructor Details
#initialize(errors) ⇒ ValidationFailed
Returns a new instance of ValidationFailed.
15 16 17 18 |
# File 'lib/openid_connect/response_object.rb', line 15 def initialize(errors) super errors..to_sentence @errors = errors end |
Instance Attribute Details
#errors ⇒ Object (readonly)
Returns the value of attribute errors.
13 14 15 |
# File 'lib/openid_connect/response_object.rb', line 13 def errors @errors end |