Update Fans.php

This commit is contained in:
Anyon 2020-11-20 11:44:22 +08:00
parent 09653ee4e5
commit f5929aaa2c

View File

@ -93,8 +93,8 @@ class Fans extends Controller
$this->success('拉入黑名单成功!');
} catch (HttpResponseException $exception) {
throw $exception;
} catch (\Exception $e) {
$this->error("拉入黑名单失败,请稍候再试!<br>{$e->getMessage()}");
} catch (\Exception $exception) {
$this->error("拉入黑名单失败,请稍候再试!<br>{$exception->getMessage()}");
}
}