mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-11 03:53:13 +00:00
9 lines
97 B
PHP
9 lines
97 B
PHP
<?php
|
|
|
|
namespace Alchemy\Phrasea\Account;
|
|
|
|
class AccountException extends \RuntimeException
|
|
{
|
|
|
|
}
|