Files
ezmigrationbundle2/API/Exception/InvalidMatchResultsNumberException.php

8 lines
122 B
PHP

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