jonnybarnes.uk/app/Exceptions/RemoteContentNotFound.php

11 lines
155 B
PHP
Raw Normal View History

2016-05-19 15:01:28 +01:00
<?php
namespace App\Exceptions;
use Exception;
class RemoteContentNotFound extends Exception
{
//used when guzzle cant find the remote content
}