We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00e8a2e commit b0f459cCopy full SHA for b0f459c
resources/lib/UnitySQL.php
@@ -315,7 +315,7 @@ public function getUserExpirationWarningDaysSent(string $uid): array
315
$disable = jsonDecode($record["disable_warning_days_sent"]);
316
return ["idlelock" => $idlelock, "disable" => $disable];
317
default:
318
- throw new RecordNotUniqueException("uid='$uid'");
+ throw new \Exception("multiple records found with uid='$uid'");
319
}
320
321
0 commit comments