mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-27 22:24:12 +01:00
* N°8604 N°8605 - Add autoloader and dedicated classes for binaries utils * N°8605 - Harden security * N°8604 - Harden security * N°8604 N°8605 - Fixes from code review * N°8604 N°8605 - Improve robustness whether module is in datamodels/2.x or env-xxx folder
12 lines
218 B
PHP
12 lines
218 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
|
|
{
|
|
|
|
} |