class Upkey::Chatterly::ChatterlyError

Public Class Methods

new(msg="An unexpected error has occurred on Chatterly. If you are the owner of this app please check the logs for additional details.") click to toggle source
Calls superclass method
# 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