Exception: QuickShoulda::Errors::InvalidPathError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Invalid path given') ⇒ InvalidPathError

Returns a new instance of InvalidPathError.



4
5
6
# File 'lib/quick_shoulda/errors.rb', line 4

def initialize(msg = 'Invalid path given')
	super(msg)
end