mirror of
https://github.com/code-rhapsodie/ezmigrationbundle2.git
synced 2026-03-24 06:42:19 +01:00
9 lines
116 B
PHP
9 lines
116 B
PHP
<?php
|
|
|
|
namespace Kaliop\eZMigrationBundle\API\Exception;
|
|
|
|
class InvalidUserAccountException extends \Exception
|
|
{
|
|
|
|
}
|