icanhazstring/systemctl-php

View on GitHub
src/Exception/ExceptionInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace icanhazstring\SystemCtl\Exception;

use Throwable;

/**
 * Interface ExceptionInterface
 *
 * @package icanhazstring\SystemCtl\Exception
 */
interface ExceptionInterface extends Throwable
{
}