()
| 8 | } |
| 9 | |
| 10 | func NewUnbindableServiceError() error { |
| 11 | return &UnbindableServiceError{} |
| 12 | } |
| 13 | |
| 14 | func (err *UnbindableServiceError) Error() string { |
| 15 | return T("This service doesn't support creation of keys.") |
no outgoing calls
no test coverage detected