Update Fans.php

This commit is contained in:
Anyon 2019-12-10 16:52:04 +08:00
parent c236352a57
commit 892d6e930c

View File

@ -116,7 +116,7 @@ class Fans extends Controller
} catch (HttpResponseException $exception) { } catch (HttpResponseException $exception) {
throw $exception; throw $exception;
} catch (\Exception $e) { } catch (\Exception $e) {
$this->error("用户移出黑名单失败,请稍候再试!{$e->getMessage()}"); $this->error("用户移出黑名单失败,请稍候再试!<br>{$e->getMessage()}");
} }
} }