createSodiumVault(); $secret = $vault->reveal($name); if ($secret === null) { throw new \RuntimeException("Secret $name does not exist!"); } else { return $secret; } }