3 declare(strict_types=1);
    32     public function __construct(
string $a_message, 
int $a_code = self::DB_GENERAL)
    41         $message = 
'An undefined Database Exception occured';
    42         if ($code === static::DB_GENERAL) {
    43             $message = 
'An undefined Database Exception occured';
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
__construct(string $a_message, int $a_code=self::DB_GENERAL)
 
tranlateException(int $code)