mirror of https://github.com/sualko/cloud_bbb
parent
11fc6c48bb
commit
2b0042cdc7
|
@ -131,7 +131,7 @@ class API {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!$response->success()) {
|
if (!$response->success()) {
|
||||||
throw new \Exception('Can not create meeting');
|
throw new \Exception('Can not create meeting: ' . $response->getMessage());
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($response->getMessageKey() !== 'duplicateWarning') {
|
if ($response->getMessageKey() !== 'duplicateWarning') {
|
||||||
|
|
Loading…
Reference in New Issue