Exception: Rex::Proto::SMB::Exceptions::SimpleClientError

Inherits:
Error
  • Object
show all
Defined in:
lib/rex/proto/smb/exceptions.rb

Direct Known Subclasses

LoginError

Instance Attribute Summary collapse

Method Summary

Methods inherited from Error

#get_error, #initialize

Constructor Details

This class inherits a constructor from Rex::Proto::SMB::Exceptions::Error

Instance Attribute Details

#fatalObject

Returns the value of attribute fatal.



854
855
856
# File 'lib/rex/proto/smb/exceptions.rb', line 854

def fatal
  @fatal
end

#sourceObject

Returns the value of attribute source.



854
855
856
# File 'lib/rex/proto/smb/exceptions.rb', line 854

def source
  @source
end