__construct()
__construct(string $message, integer $code, \Microsoft\Graph\Exception\Exception $previous = null)
Construct a new Graph Exception handler
Parameters
| string | $message | The error to send |
| integer | $code | The error code associated with the error |
| \Microsoft\Graph\Exception\Exception | $previous | The last error sent, defaults to null |