Files
ezmigrationbundle2/API/Exception/InvalidMatchConditionsException.php

8 lines
119 B
PHP

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