mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-05 07:27:04 +03:00
correcting name of exception class. was renamed in SnappyMail and therefore blocking the use of this plugin
This commit is contained in:
parent
3992d9d5f7
commit
2a1c5c9a6a
2 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
|
||||
class LdapException extends \RainLoop\Exceptions\Exception
|
||||
class LdapException extends \RainLoop\Exceptions\ClientException
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue