Exception: Json2hcl::InvalidJSONError
- Inherits:
-
StandardError
- Object
- StandardError
- Json2hcl::InvalidJSONError
- Defined in:
- lib/json2hcl/exceptions.rb
Instance Method Summary collapse
-
#initialize(msg = 'Invalid JSON') ⇒ InvalidJSONError
constructor
A new instance of InvalidJSONError.
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 |