Exception: Clubhouse::NoSuchLinkedFile

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

Instance Method Summary collapse

Constructor Details

#initialize(file) ⇒ NoSuchLinkedFile

Returns a new instance of NoSuchLinkedFile.



27
28
29
# File 'lib/clubhouse2/exceptions.rb', line 27

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