class ShareNotify::InitializationError

Public Class Methods

new(context, method_names) click to toggle source
Calls superclass method
# File lib/share_notify/exceptions.rb, line 6
def initialize(context, method_names)
  super("Expected #{context.inspect} to respond to #{method_names.inspect}")
end