class VirtFS::NotImplementedError

Public Class Methods

new(fs, method) click to toggle source
Calls superclass method
# File lib/virtfs/exception.rb, line 3
def initialize(fs, method)
  super "Feature: #{method} - not implemented in #{fs.name} filesystem"
end