芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/kwesioben.com/paymoney/vendor/mdanter/ecc/src/Exception/PublicKeyException.php
G = $G; $this->point = $point; parent::__construct($message, $code, $previous); } public function getGenerator(): GeneratorPoint { return $this->G; } public function getPoint(): PointInterface { return $this->point; } }