class JenkinsShell::Error::InvalidHTMLReceived

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/jenkins_shell/error/invalid_html_received.rb, line 2
def initialize
    super("Invalid HTML received")
end