Method: Nugrant::Vagrant::Errors::ParameterNotFoundError#initialize
- Defined in:
- lib/nugrant/vagrant/errors.rb
#initialize(options = nil, *args) ⇒ ParameterNotFoundError
Returns a new instance of ParameterNotFoundError.
21 22 23 |
# File 'lib/nugrant/vagrant/errors.rb', line 21 def initialize( = nil, *args) super({:context => compute_context()}.merge( || {}), *args) end |