@@ -439,9 +439,9 @@ |
||
439 | 439 | try { |
440 | 440 | $conceptInfo = $sparql->queryConceptInfo($uri, $this->config->getArrayClassURI(), array($this), $clang); |
441 | 441 | } catch (EasyRdf\Http\Exception | EasyRdf\Exception | Throwable $e) { |
442 | - if ($this->model->getConfig()->getLogCaughtExceptions()) { |
|
443 | - error_log('Caught exception: ' . $e->getMessage()); |
|
444 | - } |
|
442 | + if ($this->model->getConfig()->getLogCaughtExceptions()) { |
|
443 | + error_log('Caught exception: ' . $e->getMessage()); |
|
444 | + } |
|
445 | 445 | } |
446 | 446 | return $conceptInfo; |
447 | 447 | } |