mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-07 23:03:00 +03:00
ZIP Exports: Got zip format validation functionally complete
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace BookStack\Exceptions;
|
||||
|
||||
class ZipExportValidationException extends \Exception
|
||||
{
|
||||
public function __construct(
|
||||
public array $errors,
|
||||
) {
|
||||
parent::__construct();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user