Exception: Clubhouse::NoSuchLinkedFile
- Inherits:
-
ClubhouseValidationError
- Object
- StandardError
- ClubhouseValidationError
- Clubhouse::NoSuchLinkedFile
- Defined in:
- lib/clubhouse2/exceptions.rb
Instance Method Summary collapse
-
#initialize(file) ⇒ NoSuchLinkedFile
constructor
A new instance of NoSuchLinkedFile.
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 |