477d701
1 2 3 4 5 6 7 8 9
package message type LdapError struct { Msg string } func (err LdapError) Error() string { return err.Msg }