diff --git a/app/SupportedApps/Nzbget.php b/app/SupportedApps/Nzbget.php index 8e4b33bc..346a5ed2 100644 --- a/app/SupportedApps/Nzbget.php +++ b/app/SupportedApps/Nzbget.php @@ -30,7 +30,7 @@ class Nzbget implements Contracts\Applications, Contracts\Livestats { echo 'Failed: Invalid credentials'; break; default: - throw new MyException("Invalid response from api..."); + echo 'Something went wrong... Code: '.$res->getStatusCode(); break; } }