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