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.



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

def initialize(extensions)
  @extensions = extensions
  super
end

Instance Attribute Details

#extensionsObject (readonly)

Returns the value of attribute extensions.



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

def extensions
  @extensions
end