Exception: JenkinsApi::Exceptions::NothingSubmitted
- Inherits:
-
ApiException
- Object
- RuntimeError
- ApiException
- JenkinsApi::Exceptions::NothingSubmitted
- 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
-
#initialize(message = "") ⇒ NothingSubmitted
constructor
A new instance of NothingSubmitted.
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( = "") super("Nothing is submitted. #{}") end |