mirror of
https://github.com/jbcr/ezmigrationbundle.git
synced 2026-04-23 16:38:12 +02:00
8 lines
122 B
PHP
8 lines
122 B
PHP
<?php
|
|
|
|
namespace Kaliop\eZMigrationBundle\API\Exception;
|
|
|
|
class InvalidMatchResultsNumberException extends \Exception
|
|
{
|
|
}
|