class Gcm::Errors::InternalServerError

Indicates an internal server error with the GCM server

Public Class Methods

new(message) click to toggle source
Calls superclass method
# File lib/gcm_on_rails/gcm_on_rails.rb, line 71
def initialize(message)
  super("The was an internal error in the GCM server while trying to process the request: '#{message}'")
end