<?php
namespace App\Exceptions;
use Exception;
class RemoteContentNotFoundException extends Exception
{
// used when guzzle can’t find the remote content
}