mirror of
https://github.com/jbcr/ezmigrationbundle.git
synced 2026-03-24 17:02:15 +01:00
8 lines
118 B
PHP
8 lines
118 B
PHP
<?php
|
|
|
|
namespace Kaliop\eZMigrationBundle\API\Exception;
|
|
|
|
class InvalidSortConditionsException extends \Exception
|
|
{
|
|
}
|