Exception: Upkey::Chatterly::ChatterlyError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/upkey/chatterly/errors/chatterly_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "An unexpected error has occurred on Chatterly. If you are the owner of this app please check the logs for additional details.") ⇒ ChatterlyError

Returns a new instance of ChatterlyError.



4
5
6
# File 'lib/upkey/chatterly/errors/chatterly_error.rb', line 4

def initialize(msg="An unexpected error has occurred on Chatterly. If you are the owner of this app please check the logs for additional details.")
  super
end