Searched refs:ExportException (Results 1 – 10 of 10) sorted by relevance
53 * @throws ExportException When the collector yields no pages to export71 * @throws ExportException When the collector yields no pages to export112 * @throws ExportException When the collector yields no pages to export132 * @throws ExportException When the collector yields no pages to export148 * @throws ExportException When the collector yields no pages to export162 ? new ExportException('empty')163 : new ExportException('forbidden');
9 * @throws ExportException When no page is given or the requested page does not exist15 throw new ExportException('empty');20 throw new ExportException('notexist');
14 * @throws ExportException If a book export is requested without a selection31 throw new ExportException('empty'); // book export without a selection
20 * @throws ExportException When the requested namespace does not exist35 if (!@is_dir($nsdir)) throw new ExportException('needns');41 * @throws ExportException When the requested namespace does not exist
12 class ExportException extends \Exception class
8 use dokuwiki\plugin\dw2pdf\src\ExportException; alias110 } catch (ExportException $e) {123 $this->expectException(ExportException::class);
6 use dokuwiki\plugin\dw2pdf\src\ExportException; alias47 $this->expectException(ExportException::class);
6 use dokuwiki\plugin\dw2pdf\src\ExportException; alias55 $this->expectException(ExportException::class);
9 use dokuwiki\plugin\dw2pdf\src\ExportException; alias82 $this->expectException(ExportException::class);
11 use dokuwiki\plugin\dw2pdf\src\ExportException; alias75 } catch (ExportException $e) {