Don't abort deleting a backup if the daemon cannot find it
This commit is contained in:
parent
52966ede89
commit
d4e037db9c
2 changed files with 16 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue