Overview

Namespaces

  • PHP
  • PHPassLib
    • Application
    • Exception
    • Hash
    • Test
      • Application
      • Hash

Exceptions

  • InvalidArgumentException
  • RuntimeException
  • Overview
  • Namespace
  • Class
  • Tree
 1: <?php
 2: /**
 3:  * PHP Password Library
 4:  *
 5:  * @package PHPassLib\Exceptions
 6:  * @author Ryan Chouinard <rchouinard@gmail.com>
 7:  * @copyright Copyright (c) 2012, Ryan Chouinard
 8:  * @license MIT License - http://www.opensource.org/licenses/mit-license.php
 9:  * @version 3.0.0-dev
10:  */
11: 
12: namespace PHPassLib\Exception;
13: 
14: use PHPassLib\Exception;
15: 
16: /**
17:  * Invalid Argument Exception
18:  *
19:  * @package PHPassLib\Exceptions
20:  * @author Ryan Chouinard <rchouinard@gmail.com>
21:  * @copyright Copyright (c) 2012, Ryan Chouinard
22:  * @license MIT License - http://www.opensource.org/licenses/mit-license.php
23:  */
24: class InvalidArgumentException extends \InvalidArgumentException implements Exception
25: {
26: }
27: 
PHP Password Library API documentation generated by ApiGen 2.8.0