Class: Nugrant::Vagrant::Errors::ParameterNotFoundError
- Inherits:
-
NugrantVagrantError
- Object
- Vagrant::Errors::VagrantError
- NugrantVagrantError
- Nugrant::Vagrant::Errors::ParameterNotFoundError
- Defined in:
- lib/nugrant/vagrant/errors.rb
Instance Method Summary collapse
-
#initialize(options = nil, *args) ⇒ ParameterNotFoundError
constructor
A new instance of ParameterNotFoundError.
Methods inherited from NugrantVagrantError
Constructor Details
#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 |