class Cake::NotFoundError
- Cake::NotFoundError
- Cake::ValidationError
- Cake::Error
- Exception
- Reference
- Object
Overview
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
.