在Handler.php中通过松弛报告错误时出错

时间:2018-06-07 21:20:23

标签: laravel-5 serialization queue php-7

我遇到了一些问题,实际上,我希望使用slack文件中的Notifiable特征在Handler.php频道中发送所有错误。但不知怎的,我得到了这个错误:

local.ERROR: Serialization of 'Closure' is not allowed {"exception":" 
[object] (Exception(code: 0): Serialization of 'Closure' is not 
allowed at /var/www/html/****/vendor/laravel/framework/src/Illuminate/Queue/Queue.php:128)"} 

我的Notifiable来电是这段代码:

$this->notify(new ReportThirdPartiesCrashes(['request' => ['dfghyuj'], 'response' => ['cdvsfbgn']]););

0 个答案:

没有答案