class Docr::Errors::DockerBuildError
- Docr::Errors::DockerBuildError
- Exception
- Reference
- Object
Overview
Custom exception class for Docker build errors.
Defined in:
docr/errors.crConstructors
-
.new(message : String | Nil)
Initializes a new instance of the Docker build error.
Constructor Detail
def self.new(message : String | Nil)
#
Initializes a new instance of the Docker build error.
- message: A message describing the build error.