Exception: Clubhouse::NoSuchFile

Inherits:
ClubhouseValidationError show all
Defined in:
lib/clubhouse2/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(file) ⇒ NoSuchFile

Returns a new instance of NoSuchFile.



21
22
23
# File 'lib/clubhouse2/exceptions.rb', line 21

def initialize(file)
	super('no such file (%s)' % file)
end