aboutsummaryrefslogtreecommitdiff
path: root/app/Exceptions/ZipMissingException.php
blob: 5b4791b1b635e2c3b7b4b31523085b7e68e770cd (plain)
1
2
3
4
5
6
<?php

declare(strict_types=1);

class FreshRSS_ZipMissing_Exception extends Exception {
}