Exception: IonicNotification::WrongPayloadType

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

Instance Method Summary collapse

Constructor Details

#initialize(klazz = nil) ⇒ WrongPayloadType

Returns a new instance of WrongPayloadType.



20
21
22
23
# File 'lib/ionic_notification/exceptions.rb', line 20

def initialize(klazz = nil)
  return complete_message(klazz) if klazz
  default_message
end