class QuickShoulda::Errors::InvalidPathError
Public Class Methods
new(msg = 'Invalid path given')
click to toggle source
Calls superclass method
# File lib/quick_shoulda/errors.rb, line 4 def initialize(msg = 'Invalid path given') super(msg) end