class ActionNotifier::UnsupportedDeliverMethodError

Public Class Methods

new(msg) click to toggle source
Calls superclass method
# File lib/action_notifier/exceptions.rb, line 3
def initialize(msg)
  super
end