内核更新
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
|
||||
namespace think\exception;
|
||||
|
||||
|
||||
class ThrowableError extends \ErrorException
|
||||
{
|
||||
public function __construct(\Throwable $e)
|
||||
@@ -36,7 +35,6 @@ class ThrowableError extends \ErrorException
|
||||
$e->getLine()
|
||||
);
|
||||
|
||||
|
||||
$this->setTrace($e->getTrace());
|
||||
}
|
||||
|
||||
@@ -46,4 +44,4 @@ class ThrowableError extends \ErrorException
|
||||
$traceReflector->setAccessible(true);
|
||||
$traceReflector->setValue($this, $trace);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user