class Upkey::Chatterly::ChatterlyArgumentError

Public Class Methods

new(msg="The key you have entered is not valid. Valid keys: [:topic, :response]") click to toggle source
Calls superclass method
# File lib/upkey/chatterly/errors/chatterly_argument_error.rb, line 4
def initialize(msg="The key you have entered is not valid. Valid keys: [:topic, :response]")
  super
end