Home
last modified time | relevance | path

Searched refs:BarcodesException (Results 1 – 3 of 3) sorted by relevance

/plugin/barcodes/lib/
H A DBarcodesWrapper.php48 * @throws BarcodesException
53 throw new BarcodesException('type cannot be empty');
68 throw new BarcodesException('unsupported type "' . $this->attributes->type . '"');
116 * @throws BarcodesException
127 throw new BarcodesException('BUG: Missing factory handler! Please open ticket!');
138 throw new BarcodesException('BUG: Missing factory handler! Please open ticket!');
142 … throw new BarcodesException('Unsupported img-type "' . $this->attributes->img_type . '"');
H A DBarcodesException.php25 class BarcodesException extends Exception {} class
/plugin/barcodes/
H A Dsyntax.php24 use DokuWiki\Barcodes\BarcodesException; alias
89 catch (BarcodesException $e) {