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