class WAB::DuplicateError

Public Class Methods

new(key) click to toggle source
Calls superclass method
# File lib/wab/errors.rb, line 20
def initialize(key)
  super("#{key} already exists")
end