Exception: Proscenium::MissingAssetError
- Defined in:
- lib/proscenium.rb
Instance Method Summary collapse
-
#initialize(path) ⇒ MissingAssetError
constructor
A new instance of MissingAssetError.
- #message ⇒ Object
Constructor Details
#initialize(path) ⇒ MissingAssetError
52 53 54 55 |
# File 'lib/proscenium.rb', line 52 def initialize(path) super @path = path end |
Instance Method Details
#message ⇒ Object
57 58 59 |
# File 'lib/proscenium.rb', line 57 def "The asset '#{@path}' was not found." end |