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