alex-5zi/hexlet-psr-linter

View on GitHub
src/Exceptions/CLIException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace hexletPsrLinter\Exceptions;

class CLIException extends \Exception
{

}//end class