mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
docs: better error
This commit is contained in:
@@ -118,7 +118,7 @@ class Messaging extends Action
|
||||
case 'geosms':
|
||||
return self::createGEOSMSAdapter($dsn);
|
||||
default:
|
||||
throw new \Exception('Unknown SMS adapter: ' . $dsn->getHost());
|
||||
throw new \Exception('Unknown SMS provider: ' . $dsn->getHost());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user