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.
63 64 65 66 |
# File 'lib/proscenium.rb', line 63 def initialize(path) @path = path super end |
Instance Method Details
#message ⇒ Object
68 69 70 |
# File 'lib/proscenium.rb', line 68 def "Path #{@path.inspect} cannot be resolved" end |