Exception: HardsploitAPI::Error::FileIssue

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of FileIssue.



14
15
16
# File 'lib/HardsploitAPI/HardsploitAPI_ERROR.rb', line 14

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