diff --git a/src/LocalCACertBuilder.php b/src/LocalCACertBuilder.php index 121b20c..b74871c 100644 --- a/src/LocalCACertBuilder.php +++ b/src/LocalCACertBuilder.php @@ -1,6 +1,7 @@ getFilePath(), $old->getSha256Sum(), @@ -132,6 +135,9 @@ public function appendCACertFile($path = '') * @return string * * @throws CertaintyException + * @throws EncodingException + * @throws InvalidResponseException + * @throws GuzzleException * @throws \SodiumException */ protected function commitToChronicle($sha256sum, $signature)