Skip to content

Commit ea67520

Browse files
authored
Update AccountService.php
Thanks Wirone for finding this out
1 parent 2bc5ff4 commit ea67520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Account/AccountService.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ public function createGroup($name)
190190
$ret = $this->exec($this->uri, $json, 'POST');
191191
} catch (\Exception $e) {
192192
if (stripos($e->getMessage(), 'A group or user with this name already exists.') !== 0) {
193-
die('a');
193+
throw $e;
194194
} else {
195195
throw $e;
196196
}

0 commit comments

Comments
 (0)