Exception: QuickShoulda::Errors::PathNotGivenError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/quick_shoulda/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'path to model file must be given') ⇒ PathNotGivenError

Returns a new instance of PathNotGivenError.



28
29
30
# File 'lib/quick_shoulda/errors.rb', line 28

def initialize(msg = 'path to model file must be given')
	super(msg)
end