BookStackApp_BookStack/app/Exceptions/ZipExportException.php
Dan Brown 42b9700673
ZIP Exports: Finished up format doc, move files, started builder
Moved all existing export related app files into their new own dir.
2024-10-15 16:14:11 +01:00

7 lines
88 B
PHP

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