Elgg
Version 6.1
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
engine
classes
Elgg
Exceptions
Database
UserFetchFailureException.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Elgg\Exceptions\Database
;
4
5
use
Elgg\Exceptions\DatabaseException
;
6
12
class
UserFetchFailureException
extends
DatabaseException
{
13
14
}
Elgg\Exceptions\Database
Definition:
UserFetchFailureException.php:3
DatabaseException
Elgg\Exceptions\Database\UserFetchFailureException
Exception indicating a user could not be looked up for a permissions check.
Definition:
UserFetchFailureException.php:12
Elgg\Exceptions\DatabaseException
A generic parent class for database exceptions.
Definition:
DatabaseException.php:10
Generated on Wed Dec 4 2024 00:00:20 for Elgg by
1.8.11