master
<?php declare(strict_types = 1); namespace Fapi\FapiClient; /** * The exception that is thrown when the resource is not found. */ class NotFoundException extends RuntimeException { }