class CabezaDeTermo::AssetsPublisher::AssetNotFoundError

Public Class Methods

new(asset_uri) click to toggle source
Calls superclass method
# File lib/cabeza-de-termo/assets-publisher/errors/asset-not-found-error.rb, line 6
def initialize(asset_uri)
        super("The asset '#{asset_uri}' was not found.")
        @asset_uri = asset_uri
end