Esempio n. 1
0
 protected function getSignature($key, $fields)
 {
     try {
         return IgfsUtils::getSignature($key, $fields);
     } catch (\Exception $e) {
         throw new IgfsException($e);
     }
 }