aboutsummaryrefslogtreecommitdiff
path: root/app/Exceptions/ZipMissingException.php
blob: 1ed8c7626b74df8e526e651e6da5a869fdb23865 (plain)
1
2
3
4
5
<?php
declare(strict_types=1);

class FreshRSS_ZipMissing_Exception extends Minz_Exception {
}