Skip to content

Commit

Permalink
feature: display asset export errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Janos Pribelszki committed Sep 28, 2023
1 parent 591885d commit a35346b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions model/ZipExporterException.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

use common_exception_UserReadableException as UserReadableException;
use LogicException;

class ZipExporterException extends LogicException implements UserReadableException
{
private array $errors;
Expand Down

0 comments on commit a35346b

Please sign in to comment.