class Molinillo::NoSuchDependencyError
- Molinillo::NoSuchDependencyError
- Molinillo::ResolverError
- Exception
- Reference
- Object
Overview
An error caused by searching for a dependency that is completely unknown, i.e. has no versions available whatsoever.
Defined in:
molinillo/errors.crConstructors
-
.new(dependency : String, required_by = [] of S)
Initializes a new error with the given missing dependency.
Instance Method Summary
-
#dependency : String
@return [Object] the dependency that could not be found
-
#message
The error message for the missing dependency, including the specifications that had this dependency.
-
#required_by : Array(String)
@return [Array