Exception: Dependabot::Composer::FileUpdater::LockfileUpdater::MissingExtensions

Inherits:
StandardError
  • Object
show all
Defined in:
lib/dependabot/composer/file_updater/lockfile_updater.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(extensions) ⇒ MissingExtensions

Returns a new instance of MissingExtensions.



24
25
26
27
# File 'lib/dependabot/composer/file_updater/lockfile_updater.rb', line 24

def initialize(extensions)
  @extensions = extensions
  super
end

Instance Attribute Details

#extensionsObject (readonly)

Returns the value of attribute extensions.



22
23
24
# File 'lib/dependabot/composer/file_updater/lockfile_updater.rb', line 22

def extensions
  @extensions
end