mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-01-31 08:31:03 -05:00
7 lines
91 B
PHP
7 lines
91 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
class FreshRSS_ZipMissing_Exception extends Exception {
|
|
}
|