Exception: Proscenium::Builder::ResolveError
- Defined in:
- lib/proscenium/builder.rb
Instance Attribute Summary collapse
-
#error_msg ⇒ Object
readonly
Returns the value of attribute error_msg.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize(path, error_msg) ⇒ ResolveError
constructor
A new instance of ResolveError.
Constructor Details
#initialize(path, error_msg) ⇒ ResolveError
Returns a new instance of ResolveError.
81 82 83 |
# File 'lib/proscenium/builder.rb', line 81 def initialize(path, error_msg) super("Failed to resolve '#{path}' -- #{error_msg}") end |
Instance Attribute Details
#error_msg ⇒ Object (readonly)
Returns the value of attribute error_msg.
79 80 81 |
# File 'lib/proscenium/builder.rb', line 79 def error_msg @error_msg end |
#path ⇒ Object (readonly)
Returns the value of attribute path.
79 80 81 |
# File 'lib/proscenium/builder.rb', line 79 def path @path end |