Exception: Feedbook::Errors::UnsupportedNotifierError
- Inherits:
-
StandardError
- Object
- StandardError
- Feedbook::Errors::UnsupportedNotifierError
- Defined in:
- lib/feedbook/errors/unsupported_notifier_error.rb
Instance Attribute Summary collapse
-
#notifier ⇒ Object
readonly
Returns the value of attribute notifier.
Instance Method Summary collapse
-
#initialize(notifier, message) ⇒ UnsupportedNotifierError
constructor
A new instance of UnsupportedNotifierError.
Constructor Details
#initialize(notifier, message) ⇒ UnsupportedNotifierError
Returns a new instance of UnsupportedNotifierError.
6 7 8 9 |
# File 'lib/feedbook/errors/unsupported_notifier_error.rb', line 6 def initialize(notifier, ) @notifier = notifier super() end |
Instance Attribute Details
#notifier ⇒ Object (readonly)
Returns the value of attribute notifier.
4 5 6 |
# File 'lib/feedbook/errors/unsupported_notifier_error.rb', line 4 def notifier @notifier end |