IOP-Patho/vendor/phpunit/phpunit-mock-objects/tests/_fixture/ExceptionWithThrowable.php

6 lines
63 B
PHP
Raw Permalink Normal View History

2025-07-17 08:28:28 +00:00
<?php
interface ExceptionWithThrowable extends \Throwable
{
}