blob: 44cb39bfcc3b472213b137921c72aa5034f398d8 [file] [log] [blame]
<?php
namespace Adldap\Models;
use Adldap\AdldapException;
/**
* Class UserPasswordIncorrectException.
*
* Thrown when a users password is being changed
* and their current password given is incorrect.
*/
class UserPasswordIncorrectException extends AdldapException
{
//
}