Files
iTop/datamodels/2.x/combodo-db-tools/src/Exception/AuthenticationException.php
2026-03-05 15:28:27 +01:00

13 lines
219 B
PHP

<?php
/*
* @copyright Copyright (C) 2010-2026 Combodo SAS
* @license http://opensource.org/licenses/AGPL-3.0
*/
namespace Combodo\iTop\DBTools\Exception;
class AuthenticationException extends \Exception
{
}