<?php declare(strict_types = 1); namespace Frenet\Framework\Exception; /** * Class NotFoundException * @package Frenet\Framework\Exception */ class NotFoundException extends ExceptionAbstract { }