Skip to content

Commit

Permalink
put out better error message
Browse files Browse the repository at this point in the history
  • Loading branch information
dpfaffenbauer committed Mar 13, 2019
1 parent 85be1fe commit a94799e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Action/Api/AuthorizeAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function execute($request)
return;
}

throw new LogicException('Unknown status: '.$response->getStatus());
throw new LogicException('Unknown status: '.$response->getStatus() . ' ' . $response->getErrorMessage());
}

/**
Expand Down

0 comments on commit a94799e

Please sign in to comment.