Exception: CabezaDeTermo::AssetsPublisher::AssetNotFoundError
- Inherits:
-
Error
- Object
- StandardError
- Error
- CabezaDeTermo::AssetsPublisher::AssetNotFoundError
- Defined in:
- lib/cabeza-de-termo/assets-publisher/errors/asset-not-found-error.rb
Instance Method Summary collapse
-
#initialize(asset_uri) ⇒ AssetNotFoundError
constructor
A new instance of AssetNotFoundError.
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 |