Exception: Europeana::FeedbackButton::ApplicationError
- Inherits:
-
StandardError
- Object
- StandardError
- Europeana::FeedbackButton::ApplicationError
- Defined in:
- lib/europeana/feedback_button.rb
Instance Attribute Summary collapse
-
#errors ⇒ Object
readonly
Returns the value of attribute errors.
Instance Method Summary collapse
-
#initialize(message, **options) ⇒ ApplicationError
constructor
A new instance of ApplicationError.
Constructor Details
#initialize(message, **options) ⇒ ApplicationError
Returns a new instance of ApplicationError.
31 32 33 34 |
# File 'lib/europeana/feedback_button.rb', line 31 def initialize(, **) super() @errors = [:errors] end |
Instance Attribute Details
#errors ⇒ Object (readonly)
Returns the value of attribute errors.
29 30 31 |
# File 'lib/europeana/feedback_button.rb', line 29 def errors @errors end |