Lines Matching refs:GTException
56 * @throws GTException
63 throw new GTException("Expecting an ASN1Sequence");
67 throw new GTException("Invalid number of elements in sequence");
77 throw new GTException("Unexpected ASN1Integer: {$item->getValue()}");
81 throw new GTException("Unexpected ASN1Integer: {$item->getValue()}");
95 throw new GTException("Unexpected TAG value: 0");
101 throw new GTException("Expecting an ASN1Integer");
105 … throw new GTException("Invalid value for millis: {$millis->getValue()}");
109 … throw new GTException("Invalid value for millis: {$millis->getValue()}");
121 throw new GTException("Unexpected TAG value: 1");
127 throw new GTException("Expecting an ASN1Integer");
131 … throw new GTException("Invalid value for micros: {$micros->getValue()}");
135 … throw new GTException("Invalid value for micros: {$micros->getValue()}");
141 throw new GTException("Unexpected TAG value: {$item->getTagValue()}");
146 throw new GTException("Unexpected ASN1 type: " . get_class($item));