renaming clients to apps
This commit is contained in:
parent
e105e29f9d
commit
9e7d6f2369
|
|
@ -8,7 +8,7 @@ class InvalidApp extends Exception
|
||||||
{
|
{
|
||||||
public static function notFound(int $appId)
|
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)
|
public static function appIdIsNotNumeric($appId)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue