$content = $reply['body'];
}
catch (SystemException $e) {
- // force logging
- $e->getExceptionID();
+ \wcf\functions\exception\logThrowable($e);
throw new IllegalLinkException();
}
$content = $reply['body'];
}
catch (SystemException $e) {
- // force logging
- $e->getExceptionID();
+ \wcf\functions\exception\logThrowable($e);
throw new IllegalLinkException();
}
$content = $reply['body'];
}
catch (SystemException $e) {
- // force logging
- $e->getExceptionID();
+ \wcf\functions\exception\logThrowable($e);
throw new IllegalLinkException();
}
$userData = JSON::decode(StringUtil::trim($reply['body']));
}
catch (SystemException $e) {
- // force logging
- $e->getExceptionID();
+ \wcf\functions\exception\logThrowable($e);
throw new IllegalLinkException();
}
$content = $reply['body'];
}
catch (SystemException $e) {
- // force logging
- $e->getExceptionID();
+ \wcf\functions\exception\logThrowable($e);
throw new IllegalLinkException();
}
$content = $reply['body'];
}
catch (SystemException $e) {
- // force logging
- $e->getExceptionID();
+ \wcf\functions\exception\logThrowable($e);
throw new IllegalLinkException();
}
$content = $reply['body'];
}
catch (SystemException $e) {
- // force logging
- $e->getExceptionID();
+ \wcf\functions\exception\logThrowable($e);
throw new IllegalLinkException();
}
$content = $reply['body'];
}
catch (SystemException $e) {
- // force logging
- $e->getExceptionID();
+ \wcf\functions\exception\logThrowable($e);
throw new IllegalLinkException();
}