Esempio n. 1
0
 /**
  * Create a new instance.
  *
  * @param TensideJsonConfig $config The configuration.
  *
  * @throws \LogicException When no secret has been defined.
  */
 public function __construct(TensideJsonConfig $config)
 {
     $this->secret = $config->getSecret();
     $this->localId = $config->getLocalDomain();
 }