class Omnibus::InternalSourceMissing

Public Class Methods

new(software) click to toggle source
Calls superclass method
# File lib/omnibus/exceptions.rb, line 356
    def initialize(software)
      super <<~EOH
        Internal source missing for #{software.name}.

        When :use_internal_sources is set in the configuration you must specify an
        internal_source for sources fetched from a url.
      EOH
    end