class Baha::ImageNotFoundError
Attributes
image[R]
Public Class Methods
new(image)
click to toggle source
Calls superclass method
# File lib/baha/image.rb, line 9 def initialize(image) super("Unable to locate image : #{image[:name]}:#{image[:tag]}") @image = image end