Exception: Lhj::JenkinsApi::Exceptions::ViewAlreadyExists
- Inherits:
-
ApiException
- Object
- RuntimeError
- ApiException
- Lhj::JenkinsApi::Exceptions::ViewAlreadyExists
- Defined in:
- lib/lhj/jenkins/exceptions.rb
Overview
This exception class handles cases where a view not able to be created because it already exists
Instance Method Summary collapse
-
#initialize(logger, message = "", log_level = Logger::ERROR) ⇒ ViewAlreadyExists
constructor
A new instance of ViewAlreadyExists.
Constructor Details
#initialize(logger, message = "", log_level = Logger::ERROR) ⇒ ViewAlreadyExists
Returns a new instance of ViewAlreadyExists.
43 44 45 |
# File 'lib/lhj/jenkins/exceptions.rb', line 43 def initialize(logger, = "", log_level = Logger::ERROR) super(logger, ) end |