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

8 lines
118 B
PHP

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