Exception: JenkinsShell::Error::InvalidHTMLReceived
- Inherits:
-
JenkinsShell::Error
- Object
- RuntimeError
- JenkinsShell::Error
- JenkinsShell::Error::InvalidHTMLReceived
- Defined in:
- lib/jenkins_shell/error/invalid_html_received.rb
Instance Method Summary collapse
-
#initialize ⇒ InvalidHTMLReceived
constructor
A new instance of InvalidHTMLReceived.
Constructor Details
#initialize ⇒ InvalidHTMLReceived
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 |