icanhazstring/systemctl-php

View on GitHub
src/Exception/UnitTypeNotSupportedException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace icanhazstring\SystemCtl\Exception;

/**
 * Class UnitTypeNotSupportedException
 *
 * @package icanhazstring\SystemCtl\Exception
 */
class UnitTypeNotSupportedException extends \Exception
{
}