bookstack/app/Exceptions/PdfExportException.php

8 lines
88 B
PHP

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