Exception: Modulofcm::InvalidClient

Inherits:
Error
  • Object
show all
Defined in:
lib/modulofcm/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = nil) ⇒ InvalidClient

Returns a new instance of InvalidClient.



9
10
11
# File 'lib/modulofcm/errors.rb', line 9

def initialize(msg=nil)
  super(msg.presence || 'Invalid client configuration')
end