# NotFoundException

Thrown when something was not found

****

- Full class name: `Kirby\Exception\NotFoundException`
- Source: <https://github.com/getkirby/kirby/tree/5.5.3/src/Exception/NotFoundException.php#L14>

****

### NotFoundException

- [new NotFoundException()](https://getkirby.com/docs/reference/objects/exception/not-found-exception/__construct.md)
- [$notFoundException->__toString()](https://getkirby.com/docs/reference/objects/exception/not-found-exception/__to-string.md)
- [$notFoundException->__wakeup()](https://getkirby.com/docs/reference/objects/exception/not-found-exception/__wakeup.md)
- [$notFoundException->getCode()](https://getkirby.com/docs/reference/objects/exception/not-found-exception/get-code.md)
- [$notFoundException->getData()](https://getkirby.com/docs/reference/objects/exception/not-found-exception/get-data.md)
- [$notFoundException->getDetails()](https://getkirby.com/docs/reference/objects/exception/not-found-exception/get-details.md)
- [$notFoundException->getFile()](https://getkirby.com/docs/reference/objects/exception/not-found-exception/get-file.md)
- [$notFoundException->getFileRelative()](https://getkirby.com/docs/reference/objects/exception/not-found-exception/get-file-relative.md)
- [$notFoundException->getHttpCode()](https://getkirby.com/docs/reference/objects/exception/not-found-exception/get-http-code.md)
- [$notFoundException->getKey()](https://getkirby.com/docs/reference/objects/exception/not-found-exception/get-key.md)
- [$notFoundException->getLine()](https://getkirby.com/docs/reference/objects/exception/not-found-exception/get-line.md)
- [$notFoundException->getMessage()](https://getkirby.com/docs/reference/objects/exception/not-found-exception/get-message.md)
- [$notFoundException->getPrevious()](https://getkirby.com/docs/reference/objects/exception/not-found-exception/get-previous.md)
- [$notFoundException->getTrace()](https://getkirby.com/docs/reference/objects/exception/not-found-exception/get-trace.md)
- [$notFoundException->getTraceAsString()](https://getkirby.com/docs/reference/objects/exception/not-found-exception/get-trace-as-string.md)
- [$notFoundException->isTranslated()](https://getkirby.com/docs/reference/objects/exception/not-found-exception/is-translated.md)
- [$notFoundException->toArray()](https://getkirby.com/docs/reference/objects/exception/not-found-exception/to-array.md)