class QuickShoulda::Errors::FileDoesNotExistError
Public Class Methods
new(msg = 'This file does not exist')
click to toggle source
Calls superclass method
# File lib/quick_shoulda/errors.rb, line 10 def initialize(msg = 'This file does not exist') super(msg) end