Files
ezmigrationbundle/API/Exception/InvalidMatchConditionsException.php
2019-04-03 16:30:12 +00:00

8 lines
119 B
PHP

<?php
namespace Kaliop\eZMigrationBundle\API\Exception;
class InvalidMatchConditionsException extends \Exception
{
}