fix(legacy): do not catch too broad exceptions

This commit is contained in:
jo 2022-01-27 11:41:29 +01:00 committed by Kyle Robbertze
parent 3f67d36909
commit ace167fe10
1 changed files with 0 additions and 2 deletions

View File

@ -230,8 +230,6 @@ class PlaylistController extends Zend_Controller_Action
$this->createFullResponse($obj);
} catch (PlaylistNotFoundException $e) {
$this->playlistNotFound($type);
} catch (Exception $e) {
$this->playlistUnknownError($e);
}
}