We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0273ca9 commit bc04ac2Copy full SHA for bc04ac2
module/VuFind/src/VuFind/ILS/Driver/AbstractAPI.php
@@ -215,7 +215,7 @@ public function makeRequest(
215
$attemptNumber + 1
216
);
217
} else {
218
- throw new ILSException('Unexpected error code.');
+ throw new ILSException("Unexpected error code '$code' returned from $path.");
219
}
220
221
if ($jsonLog = ($this->config['API']['json_log_file'] ?? false)) {
0 commit comments