for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Freyo\LaravelQueueCMQ\Queue\Driver;
class CMQClientParameterException extends CMQClientException
{
/* 参数格式错误
@note: 请根据提示修改对应参数;
*/
public function __construct($message, $code = -1, $data = [])
parent::__construct($message, $code, $data);
}
public function __toString()
return 'CMQClientParameterException '.$this->get_info();