class ClientException in Lockr 7
Hierarchy
- class \Lockr\Exception\ClientException extends \Lockr\Exception\Exception
Expanded class hierarchy of ClientException
6 files declare their use of ClientException
- 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/ ClientException.php, line 6
Namespace
Lockr\ExceptionView source
class ClientException extends \Exception {
}