blob: 70a76b9fb6768fea19190a937f56137f078d720e [file] [log] [blame]
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001<?php
2
3namespace Adldap\Auth;
4
5use Adldap\AdldapException;
6
7class PasswordRequiredException extends AdldapException
8{
9 //
10}