andreypostal/cli

View on GitHub
src/Exceptions/CliException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
namespace Andrey\Cli\Exceptions;

use Exception;

class CliException extends Exception
{ }