Exception: Proscenium::Builder::ResolveError
- Defined in:
- lib/proscenium/builder.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize(path, msg) ⇒ ResolveError
constructor
A new instance of ResolveError.
Constructor Details
#initialize(path, msg) ⇒ ResolveError
Returns a new instance of ResolveError.
64 65 66 67 |
# File 'lib/proscenium/builder.rb', line 64 def initialize(path, msg) @path = path super("Failed to resolve #{path} - #{msg}") end |
Instance Attribute Details
#path ⇒ Object (readonly)
Returns the value of attribute path.
62 63 64 |
# File 'lib/proscenium/builder.rb', line 62 def path @path end |