Files
ezmigrationbundle/API/Exception/ReferenceUnresolvedException.php
2018-05-02 23:00:39 +01:00

8 lines
116 B
PHP

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