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:
7
app/Exceptions/PdfExportException.php
Normal file
7
app/Exceptions/PdfExportException.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace BookStack\Exceptions;
|
||||
|
||||
class PdfExportException extends \Exception
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user