Exception: JenkinsShell::Error::InvalidHTMLReceived

Inherits:
JenkinsShell::Error show all
Defined in:
lib/jenkins_shell/error/invalid_html_received.rb

Instance Method Summary collapse

Constructor Details

#initializeInvalidHTMLReceived

Returns a new instance of InvalidHTMLReceived.



2
3
4
# File 'lib/jenkins_shell/error/invalid_html_received.rb', line 2

def initialize
    super("Invalid HTML received")
end