class
Helm::ShellCMD::HelmCMDException
- Helm::ShellCMD::HelmCMDException
- Exception
- Reference
- Object
Direct Known Subclasses
- Helm::ShellCMD::CannotReuseReleaseNameError
- Helm::ShellCMD::ReleaseNotFound
- Helm::ShellCMD::RepoNotFound
Defined in:
modules/helm/helm.crConstant Summary
-
MSG_TEMPLATE =
"helm CMD failed, exit code: %s, error: %s"
Constructors
Constructor Detail
def self.new(message : String | Nil, exit_code : Int32, cause : Exception | Nil = nil)
#