Exception: Upkey::Chatterly::ChatterlyArgumentError

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/upkey/chatterly/errors/chatterly_argument_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "The key you have entered is not valid. Valid keys: [:topic, :response]") ⇒ ChatterlyArgumentError

Returns a new instance of ChatterlyArgumentError.



4
5
6
# 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