From 9e7d6f23695a65e4846bcd8a4a0c7f4bdfce92eb Mon Sep 17 00:00:00 2001 From: freek Date: Sat, 1 Dec 2018 13:58:43 +0100 Subject: [PATCH] renaming clients to apps --- src/Exceptions/InvalidApp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Exceptions/InvalidApp.php b/src/Exceptions/InvalidApp.php index ed65716..1ca0b4c 100644 --- a/src/Exceptions/InvalidApp.php +++ b/src/Exceptions/InvalidApp.php @@ -8,7 +8,7 @@ class InvalidApp extends Exception { public static function notFound(int $appId) { - return new static("Could not find client for app id `{$appId}`."); + return new static("Could not find app for app id `{$appId}`."); } public static function appIdIsNotNumeric($appId)