class TableSync::UnregisteredPluginError
@api public @since 2.2.0
Public Class Methods
new(plugin_name)
click to toggle source
@param plugin_name [Any]
Calls superclass method
# File lib/table_sync/errors.rb, line 36 def initialize(plugin_name) super("#{plugin_name} plugin is not registered") end