Exception: Targetmy::UnsupportedKey
- Defined in:
- lib/targetmy/exceptions.rb
Instance Method Summary collapse
-
#initialize(key) ⇒ UnsupportedKey
constructor
A new instance of UnsupportedKey.
Constructor Details
#initialize(key) ⇒ UnsupportedKey
Returns a new instance of UnsupportedKey.
19 20 21 |
# File 'lib/targetmy/exceptions.rb', line 19 def initialize(key) super("Unsupported key : #{key}") end |