ds-codigos-postales-ine-es/scripts/ine/vendor/maximebf/consolekit/src/ConsoleKit/ConsoleException.php

17 lines
306 B
PHP
Raw Normal View History

2016-11-14 21:33:22 +01:00
<?php
/*
* This file is part of the ConsoleKit package.
*
* (c) 2012 Maxime Bouroumeau-Fuseau
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace ConsoleKit;
class ConsoleException extends \Exception
{
}