ttrss/classes/ICatchall.php

5 lines
72 B
PHP

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