Exception: Proscenium::Builder::ResolveError

Inherits:
Error
  • Object
show all
Defined in:
lib/proscenium/builder.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(path, msg) ⇒ ResolveError

Returns a new instance of ResolveError.



70
71
72
73
# File 'lib/proscenium/builder.rb', line 70

def initialize(path, msg)
  @path = path
  super("Failed to resolve #{path} - #{msg}")
end

Instance Attribute Details

#pathObject (readonly)

Returns the value of attribute path.



68
69
70
# File 'lib/proscenium/builder.rb', line 68

def path
  @path
end