Exception: Gcm::Errors::InternalServerError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/gcm_rails_mongo_mapper/gcm_rails_mongo_mapper.rb

Overview

Indicates an internal server error with the GCM server

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ InternalServerError

Returns a new instance of InternalServerError.



71
72
73
# File 'lib/gcm_rails_mongo_mapper/gcm_rails_mongo_mapper.rb', line 71

def initialize(message)
  super("The was an internal error in the GCM server while trying to process the request: '#{message}'")
end