ttrss/classes/ICatchall.php

5 lines
72 B
PHP
Raw Normal View History

2023-04-09 20:30:04 +02:00
<?php
interface ICatchall {
function catchall(string $method): void;
}