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