<?php declare(strict_types=1); namespace App\ApiClient; /** 404 from the api. */ final class ApiNotFoundException extends ApiException { }