static public Method

MissingSourceFile.new(message, path)

There's no documentation for this item.

Source Code

# File active_support/core_ext/load_error.rb, line 3
def initialize(message, path)
  super(message)
  @path = path
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.