mirror of
https://github.com/JBDevLabs/ezmigrationbundle.git
synced 2026-04-29 19:03:11 +02:00
8 lines
116 B
PHP
8 lines
116 B
PHP
<?php
|
|
|
|
namespace Kaliop\eZMigrationBundle\API\Exception;
|
|
|
|
class ReferenceUnresolvedException extends \Exception
|
|
{
|
|
}
|