class KeyMirror::KeyError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/key_mirror.rb, line 13
def initialize
  super("key can only be symbol or string")
end