Exception: JenkinsApi::Exceptions::ApiException

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/jenkins_api_client/exceptions.rb

Overview

This is the base class for Exceptions that is inherited from RuntimeError.

Instance Method Summary collapse

Constructor Details

#initialize(message = "") ⇒ ApiException

Returns a new instance of ApiException.



31
32
33
# File 'lib/jenkins_api_client/exceptions.rb', line 31

def initialize(message = "")
  super("Error: #{message}")
end