Files
ezmigrationbundle2/API/Exception/ReferenceUnresolvedException.php

8 lines
116 B
PHP

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