. // }}} namespace App\Util\Exception; class NoSuchFileException extends NotFoundException { public function __construct(string $m = 'No such file found.') { parent::__construct($m); } }