. */ namespace SP\Domain\Api\Services; use SP\Core\Exceptions\SPException; /** * Class ApiRequestException * * @package SP\Domain\Api\Services */ final class ApiRequestException extends SPException { }