class Targetmy::UnsupportedKey

Public Class Methods

new(key) click to toggle source
Calls superclass method
# File lib/targetmy/exceptions.rb, line 19
def initialize(key)
  super("Unsupported key : #{key}")
end