Files
ezmigrationbundle2/API/Exception/InvalidSortConditionsException.php

8 lines
118 B
PHP

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