diff --git a/Controller/Adminhtml/FastlyCdn/Blocking/Blocking.php b/Controller/Adminhtml/FastlyCdn/Blocking/Blocking.php index 0e7c87c1..a9905ae5 100644 --- a/Controller/Adminhtml/FastlyCdn/Blocking/Blocking.php +++ b/Controller/Adminhtml/FastlyCdn/Blocking/Blocking.php @@ -174,7 +174,7 @@ public function execute() return $result->setData([ 'status' => true ]); - } catch (\Exception $e) { + } catch (\Throwable $e) { return $result->setData([ 'status' => false, 'msg' => $e->getMessage()