Exception: Proscenium::PathResolutionFailed
- Defined in:
- lib/proscenium.rb
Instance Method Summary collapse
-
#initialize(path) ⇒ PathResolutionFailed
constructor
A new instance of PathResolutionFailed.
- #message ⇒ Object
Constructor Details
#initialize(path) ⇒ PathResolutionFailed
Returns a new instance of PathResolutionFailed.
48 49 50 51 |
# File 'lib/proscenium.rb', line 48 def initialize(path) @path = path super end |
Instance Method Details
#message ⇒ Object
53 54 55 |
# File 'lib/proscenium.rb', line 53 def "Path #{@path.inspect} cannot be resolved" end |