Exception: JenkinsApi::Exceptions::NothingSubmitted

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

Overview

This exception class handles cases where parameters are expected but not provided.

Instance Method Summary collapse

Constructor Details

#initialize(message = "") ⇒ NothingSubmitted

Returns a new instance of NothingSubmitted.



40
41
42
# File 'lib/jenkins_api_client/exceptions.rb', line 40

def initialize(message = "")
  super("Nothing is submitted. #{message}")
end