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

8 lines
122 B
PHP

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