Remg/GeneratorBundle

View on GitHub
Exception/MappingException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

/**
 * This file is part of the RemgGeneratorBundle package.
 *
 * (c) Rémi Gardien <remi@gardien.biz>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace Remg\GeneratorBundle\Exception;

/**
 * Represents an invalid mapping related argument typed in the console.
 *
 * @author Rémi Gardien <remi@gardien.biz>
 */
class MappingException extends \InvalidArgumentException
{
}