Sha256: 2e48a37855edd763372db6ea08a44e5049245c6f8824b999415a1c5e6e3c8c18
Contents?: true
Size: 219 Bytes
Versions: 3
Compression:
Stored size: 219 Bytes
Contents
module ActiveNotifier class Error < StandardError; end class ConfigureError < Error; end class TemplateNotFoundError < Error; end class UndefinedTokenError < Error; end class AdapterError < Error; end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
active_notifier-0.4.2 | lib/active_notifier/errors.rb |
active_notifier-0.4.1 | lib/active_notifier/errors.rb |
active_notifier-0.4.0 | lib/active_notifier/errors.rb |