class Cake::NotFoundError

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.

Defined in:

cake/error.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(not_found : String, needed_by : String | Nil = nil) #

[View source]

Instance Method Detail

def needed_by : String? #

[View source]
def not_found : String #

[View source]