Exception: Json2hcl::InvalidHCLError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/json2hcl/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Invalid HCL') ⇒ InvalidHCLError

Returns a new instance of InvalidHCLError.



5
6
7
# File 'lib/json2hcl/exceptions.rb', line 5

def initialize(msg='Invalid HCL')
  super
end