first commit, not completely working at the moment

This commit is contained in:
cm-schl 2022-11-15 18:29:01 +01:00
parent efbc7563ac
commit 460ea5a479
4 changed files with 568 additions and 0 deletions

View file

@ -0,0 +1,5 @@
<?php
class LdapException extends \RainLoop\Exceptions\ClientException
{
}