Exception: Sc4ry::Exceptions::Sc4ryNotifierError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/sc4ry/exceptions.rb

Overview

Exception use in Notifiers on notification issues

Instance Method Summary collapse

Constructor Details

#initialize(msg = '') ⇒ Sc4ryNotifierError

Returns a new instance of Sc4ryNotifierError.



32
33
34
# File 'lib/sc4ry/exceptions.rb', line 32

def initialize(msg = '')
  super(msg)
end