blob: 2298caff10b9078977e4843bee3b7ffb57b7f091 [file] [log] [blame]
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001<?php
2
3namespace LdapRecord\Exceptions;
4
5use LdapRecord\LdapRecordException;
6
7class AlreadyExistsException extends LdapRecordException
8{
9 //
10}