Skip to content

Commit 487afdc

Browse files
author
arron
committed
Fixed exception
1 parent a2b5217 commit 487afdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Php2014/EventBrite.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ function __call($method, $args) {
108108
$resp = json_decode($resp);
109109

110110
if (isset($resp->error) && isset($resp->error->error_message)) {
111-
throw new Exception($resp->error->error_message);
111+
throw new \Exception($resp->error->error_message);
112112
}
113113
}
114114
return $resp;

0 commit comments

Comments
 (0)