1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-26 11:59:02 +02:00
ttrss/classes/icatchall.php
2023-04-09 21:30:04 +03:00

5 lines
72 B
PHP

<?php
interface ICatchall {
function catchall(string $method): void;
}