Exception: VirtFS::NotImplementedError
- Inherits:
-
StandardError
- Object
- StandardError
- VirtFS::NotImplementedError
- Defined in:
- lib/virtfs/exception.rb
Instance Method Summary collapse
-
#initialize(fs, method) ⇒ NotImplementedError
constructor
A new instance of NotImplementedError.
Constructor Details
#initialize(fs, method) ⇒ NotImplementedError
Returns a new instance of NotImplementedError.
3 4 5 |
# File 'lib/virtfs/exception.rb', line 3 def initialize(fs, method) super "Feature: #{method} - not implemented in #{fs.name} filesystem" end |