Parent

Methods

Class/Module Index [+]

Quicksearch

Rabbit::UnknownPropertyError

Attributes

name[R]

Public Class Methods

new(name) click to toggle source
# File lib/rabbit/rabbit.rb, line 122
def initialize(name)
  @name = name
  super(_("Unknown property: %s") % name)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.