Don't abort deleting a backup if the daemon cannot find it

This commit is contained in:
Dane Everitt
2020-05-09 19:19:45 -07:00
parent 52966ede89
commit d4e037db9c
2 changed files with 16 additions and 1 deletions

View File

@@ -6,6 +6,9 @@ use Illuminate\Http\Response;
use GuzzleHttp\Exception\GuzzleException;
use Pterodactyl\Exceptions\DisplayException;
/**
* @method \GuzzleHttp\Exception\GuzzleException getPrevious()
*/
class DaemonConnectionException extends DisplayException
{
/**