Methods

Class/Module Index [+]

Quicksearch

Rabbit::NotExistError

Attributes

name[R]

Public Class Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.