class Mongration::Configuration::ConfigNotFound

Public Class Methods

new(path) click to toggle source
Calls superclass method
# File lib/mongration/configuration.rb, line 7
def initialize(path)
  super("#{path} cannot be found.")
end