class ServerException in Lockr 7
Hierarchy
- class \Lockr\Exception\ServerException extends \Lockr\Exception\Exception
Expanded class hierarchy of ServerException
6 files declare their use of ServerException
- KeyClient.php in src/
Lockr/ KeyClient.php - lockr.drush.inc in ./
lockr.drush.inc - Hooks and callbacks for drush.
- lockr.login.inc in ./
lockr.login.inc - Form callbacks for the Lockr login form.
- lockr.module in ./
lockr.module - Hook implementations and callbacks for lockr.
- register_form.inc in include/
register_form.inc - Form handlers for registration.
File
- src/
Lockr/ Exception/ ServerException.php, line 6
Namespace
Lockr\ExceptionView source
class ServerException extends \Exception {
}