mirror of
https://github.com/code-rhapsodie/ezmigrationbundle2.git
synced 2026-04-23 22:28:02 +02:00
8 lines
119 B
PHP
8 lines
119 B
PHP
<?php
|
|
|
|
namespace Kaliop\eZMigrationBundle\API\Exception;
|
|
|
|
class InvalidMatchConditionsException extends \Exception
|
|
{
|
|
}
|