Exception: Bukin::NoDownloadError

Inherits:
BukinError
  • Object
show all
Defined in:
lib/bukin.rb

Instance Method Summary collapse

Constructor Details

#initialize(name, version) ⇒ NoDownloadError

Returns a new instance of NoDownloadError.



26
27
28
29
# File 'lib/bukin.rb', line 26

def initialize(name, version)
  super("The resource '#{name}' has no available downloads listed with "\
        "the version '#{version}'")
end