Home
last modified time | relevance | path

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

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