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.



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

def initialize(extensions)
  @extensions = extensions
  super
end

Instance Attribute Details

#extensionsObject (readonly)

Returns the value of attribute extensions.



20
21
22
# File 'lib/dependabot/composer/file_updater/lockfile_updater.rb', line 20

def extensions
  @extensions
end