mirror of
https://github.com/jbcr/ezmigrationbundle.git
synced 2026-04-27 10:35:57 +02:00
8 lines
119 B
PHP
8 lines
119 B
PHP
<?php
|
|
|
|
namespace Kaliop\eZMigrationBundle\API\Exception;
|
|
|
|
class InvalidMatchConditionsException extends \Exception
|
|
{
|
|
}
|