mirror of
https://github.com/outbackdingo/certificates.git
synced 2026-01-27 10:18:34 +00:00
Correct bad comment on NotImplementedError.Error()
This commit is contained in:
@@ -70,7 +70,7 @@ type NotImplementedError struct {
|
||||
Message string
|
||||
}
|
||||
|
||||
// NotImplementedError implements the error interface.
|
||||
// Error implements the error interface.
|
||||
func (e NotImplementedError) Error() string {
|
||||
if e.Message != "" {
|
||||
return e.Message
|
||||
|
||||
Reference in New Issue
Block a user