Exception: NFS::SUNRPC::ProgramMismatch

Inherits:
AcceptedError show all
Defined in:
lib/nfs/sunrpc.rb

Overview

Version not supported

Instance Method Summary collapse

Methods inherited from AcceptedError

#encode

Constructor Details

#initialize(low, high) ⇒ ProgramMismatch

Returns a new instance of ProgramMismatch.



320
321
322
# File 'lib/nfs/sunrpc.rb', line 320

def initialize(low, high)
  @low, @high = low, high
end