Sha256: b856a226f09a82e8a25d0657465cf6e421ce9b27d97be543445bf54328a97e96
Contents?: true
Size: 231 Bytes
Versions: 2
Compression:
Stored size: 231 Bytes
Contents
module Feedbook module Errors class NotifierNotifyError < StandardError attr_reader :notifier def initialize(notifier, message = {}) @notifier = notifier super(message) end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
feedbook-0.9.1 | lib/feedbook/errors/notifier_notify_error.rb |
feedbook-0.9.0 | lib/feedbook/errors/notifier_notify_error.rb |