Exception: Json2hcl::InvalidJSONError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Invalid JSON') ⇒ InvalidJSONError

Returns a new instance of InvalidJSONError.



11
12
13
# File 'lib/json2hcl/exceptions.rb', line 11

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