class

Docr::Errors::DockerBuildError

Inherits Exception / Reference / Object

Custom exception class for Docker build errors.

Constructors

new(message : String | Nil)

Initializes a new instance of the Docker build error.

  • message: A message describing the build error.
Source