BookStackApp_BookStack/app/Exceptions/PdfExportException.php
Dan Brown 1c7128c2cb
PDF: Added implmentation of command PDF option
Tested quickly manually but not yet covered by PHPUnit tests.
2024-04-24 16:09:53 +01:00

8 lines
88 B
PHP

<?php
namespace BookStack\Exceptions;
class PdfExportException extends \Exception
{
}