class Revision::Errors::NotSpecified

Public Class Methods

new(key) click to toggle source
Calls superclass method
# File lib/revision/errors.rb, line 10
def initialize(key)
  super("Key (#{key}) must be specifed in yaml OR passed as argument")
end