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

6 lines
63 B
PHP

<?php
interface ExceptionWithThrowable extends \Throwable
{
}