mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-01-09 10:25:40 +00:00
42b9700673
Moved all existing export related app files into their new own dir.
7 lines
88 B
PHP
7 lines
88 B
PHP
<?php
|
|
|
|
namespace BookStack\Exceptions;
|
|
|
|
class ZipExportException extends \Exception
|
|
{
|
|
}
|