1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-07 23:03:00 +03:00

PDF: Added implmentation of command PDF option

Tested quickly manually but not yet covered by PHPUnit tests.
This commit is contained in:
Dan Brown
2024-04-24 16:09:53 +01:00
parent 40200856af
commit 1c7128c2cb
3 changed files with 60 additions and 10 deletions

View File

@@ -0,0 +1,7 @@
<?php
namespace BookStack\Exceptions;
class PdfExportException extends \Exception
{
}