Exception: CabezaDeTermo::AssetsPublisher::AssetNotFoundError

Inherits:
Error
  • Object
show all
Defined in:
lib/cabeza-de-termo/assets-publisher/errors/asset-not-found-error.rb

Instance Method Summary collapse

Constructor Details

#initialize(asset_uri) ⇒ AssetNotFoundError

Returns a new instance of AssetNotFoundError.



6
7
8
9
# 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