ExceptionWithThrowable.php 63 Bytes
<?php
interface ExceptionWithThrowable extends \Throwable
{
}