mirror of
https://github.com/JBDevLabs/ezmigrationbundle.git
synced 2026-03-24 17:02:18 +01:00
9 lines
116 B
PHP
9 lines
116 B
PHP
<?php
|
|
|
|
namespace Kaliop\eZMigrationBundle\API\Exception;
|
|
|
|
class InvalidUserAccountException extends \Exception
|
|
{
|
|
|
|
}
|