Methods

Class/Module Index [+]

Quicksearch

Rabbit::ImageFileDoesNotExistError

Attributes

filename[R]

Public Class Methods

new(filename) click to toggle source
# File lib/rabbit/rabbit.rb, line 58
def initialize(filename)
  @filename = filename
  super(_("no such file: %s") % filename)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.