tt-rss/classes/icatchall.php
2023-04-09 21:30:04 +03:00

5 lines
72 B
PHP

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