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
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
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
{
/**