RPC和AutoReseed文件重复

This commit is contained in:
Rhilip
2020-01-17 11:09:12 +08:00
parent 27104bd9a2
commit b0607dbcf0
6 changed files with 193 additions and 542 deletions

View File

@@ -36,7 +36,7 @@ class TransmissionRPCException extends \Exception
/**
* Exception constructor
*/
public function __construct($message = null, $code = 0, Exception $previous = null)
public function __construct($message = null, $code = 0, \Exception $previous = null)
{
// PHP version 5.3.0 and above support Exception linking
if (version_compare(PHP_VERSION, '5.3.0', '>=')) {