Exception: IonicNotification::WrongTokenType
- Inherits:
-
StandardError
- Object
- StandardError
- IonicNotification::WrongTokenType
- Defined in:
- lib/ionic_notification/exceptions.rb
Instance Method Summary collapse
-
#initialize(klazz = nil) ⇒ WrongTokenType
constructor
A new instance of WrongTokenType.
Constructor Details
#initialize(klazz = nil) ⇒ WrongTokenType
Returns a new instance of WrongTokenType.
3 4 5 6 |
# File 'lib/ionic_notification/exceptions.rb', line 3 def initialize(klazz = nil) return (klazz) if klazz end |