Exception: RuboCop::Plugin::LoadError Private
Do not use. This class is for internal use only.
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
::RuboCop::Error ,
StandardError
|
|
Instance Chain:
self,
::RuboCop::Error ,
StandardError
|
|
Inherits: |
RuboCop::Error
|
Defined in: | lib/rubocop/plugin/load_error.rb |
Overview
An exception raised when a plugin fails to load.
Class Method Summary
- .new(plugin_name) ⇒ LoadError constructor Internal use only
Instance Method Summary
- #message Internal use only
Instance Method Details
#message
[ GitHub ]# File 'lib/rubocop/plugin/load_error.rb', line 14
def <<~MESSAGE Failed to load plugin `#{@plugin_name}` because the corresponding plugin class could not be determined for instantiation. Try upgrading it first (e.g., `bundle update #{@plugin_name}`). If `#{@plugin_name}` is not yet a plugin, use `require: #{@plugin_name}` instead of `plugins: #{@plugin_name}` in your configuration. For further assistance, check with the developer regarding the following points: https://docs.rubocop.org/rubocop/plugin_migration_guide.html MESSAGE end