Exception: Rex::Proto::SMB::Exceptions::SimpleClientError
- Defined in:
- lib/rex/proto/smb/exceptions.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#fatal ⇒ Object
Returns the value of attribute fatal.
-
#source ⇒ Object
Returns the value of attribute source.
Method Summary
Methods inherited from Error
Constructor Details
This class inherits a constructor from Rex::Proto::SMB::Exceptions::Error
Instance Attribute Details
#fatal ⇒ Object
Returns the value of attribute fatal.
854 855 856 |
# File 'lib/rex/proto/smb/exceptions.rb', line 854 def fatal @fatal end |
#source ⇒ Object
Returns the value of attribute source.
854 855 856 |
# File 'lib/rex/proto/smb/exceptions.rb', line 854 def source @source end |