Exception: HardsploitAPI::ERROR::FileIssue

Inherits:
Standard
  • Object
show all
Defined in:
lib/HardsploitAPI/Core/HardsploitAPI_ERROR.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Issue with file") ⇒ FileIssue

Returns a new instance of FileIssue.



29
30
31
# File 'lib/HardsploitAPI/Core/HardsploitAPI_ERROR.rb', line 29

def initialize(msg="Issue with file")
		super(msg)
end