* [framework] Exception need args.
This commit is contained in:
@@ -3763,8 +3763,7 @@ class EndResponseException extends \Exception
|
||||
*/
|
||||
public static function create($content = '')
|
||||
{
|
||||
$exception = new self;
|
||||
$exception->content = $content;
|
||||
$exception = new self($content);
|
||||
return $exception;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user