UnsupportedConfigError denotes encountering an unsupported configuration filetype.
| 63 | // UnsupportedConfigError denotes encountering an unsupported |
| 64 | // configuration filetype. |
| 65 | type UnsupportedConfigError string |
| 66 | |
| 67 | // Error returns the formatted configuration error. |
| 68 | func (str UnsupportedConfigError) Error() string { |
no outgoing calls
no test coverage detected