Exception: Bijou::FileNotFound
- Inherits:
-
IOError
- Object
- IOError
- Bijou::FileNotFound
- Defined in:
- lib/bijou/exception.rb
Instance Method Summary collapse
-
#initialize(filename) ⇒ FileNotFound
constructor
A new instance of FileNotFound.
Constructor Details
#initialize(filename) ⇒ FileNotFound
Returns a new instance of FileNotFound.
10 11 12 |
# File 'lib/bijou/exception.rb', line 10 def initialize(filename) @filename = filename end |