Overview

Namespaces

  • Chippyash
    • Authentication
      • Manager
        • Digest
        • Encoder
        • Exceptions
        • Traits

Exceptions

  • AuthManagerException
  • Overview
  • Namespace
  • Class
  • Tree
  • Todo
 1: <?php
 2: /**
 3:  * Chippyash Digest Authentication Manager
 4:  * 
 5:  * @copyright Ashley Kitson, UK, 2014
 6:  * @license GPL 3.0+
 7:  */
 8: namespace Chippyash\Authentication\Manager\Exceptions;
 9: 
10: /**
11:  * Exception thrown by AuthenticationManager
12:  */
13: class AuthManagerException extends \Exception
14: {
15: }
16: 
Chippyash Authentication Manager Library API API documentation generated by ApiGen 2.8.0