From a906bc8f3e44ad26ae0c4059001725aef345a7f2 Mon Sep 17 00:00:00 2001 From: Alex Renoki Date: Fri, 11 Sep 2020 15:23:19 +0300 Subject: [PATCH] Removed exceptions --- src/Dashboard/Exceptions/InvalidApp.php | 48 ------------------- .../Exceptions/InvalidWebSocketController.php | 24 ---------- 2 files changed, 72 deletions(-) delete mode 100644 src/Dashboard/Exceptions/InvalidApp.php delete mode 100644 src/Dashboard/Exceptions/InvalidWebSocketController.php diff --git a/src/Dashboard/Exceptions/InvalidApp.php b/src/Dashboard/Exceptions/InvalidApp.php deleted file mode 100644 index 2270ae0..0000000 --- a/src/Dashboard/Exceptions/InvalidApp.php +++ /dev/null @@ -1,48 +0,0 @@ -setSolutionDescription('Make sure that your `config/websockets.php` contains the app key you are trying to use.') - ->setDocumentationLinks([ - 'Configuring WebSocket Apps (official documentation)' => 'https://docs.beyondco.de/laravel-websockets/1.0/basic-usage/pusher.html#configuring-websocket-apps', - ]); - } -} diff --git a/src/Dashboard/Exceptions/InvalidWebSocketController.php b/src/Dashboard/Exceptions/InvalidWebSocketController.php deleted file mode 100644 index f216e50..0000000 --- a/src/Dashboard/Exceptions/InvalidWebSocketController.php +++ /dev/null @@ -1,24 +0,0 @@ -