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