class

Cake::NotFoundError

Inherits Cake::ValidationError / Cake::Error / Exception / Reference / Object

Raised when a target is not found.

It can also include whether the target that was not found was a dependency of another target, indicated by needed_by.

Constructors

new(not_found : String, needed_by : String | Nil = nil)

Instance methods

needed_by
not_found