Exception: Bijou::FileNotFound

Inherits:
IOError
  • Object
show all
Defined in:
lib/bijou/exception.rb

Instance Method Summary collapse

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