string $callbackId The callback identifier.:
string $message The exception message.:
private function __construct(string $callbackId, int $code, string $message) { parent::__construct($message, $code); $this->callbackId = $callbackId; $this->rawMessage = $message; }