hiroto-k/console-wrapper

View on GitHub
src/Exception/LogicException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

/*
 * This file is part of console-wrapper.
 *
 * (c) Hiroto Kitazawa <hiroto.ktzw@gmail.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace HirotoK\ConsoleWrapper\Exception;

/**
 * Class LogicException.
 *
 * @package HirotoK\ConsoleWrapper\Exception
 */
class LogicException extends \LogicException
{
}