Exception: Zt::Errors::ZtConfSyntaxError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/zt/errors/conf_errors.rb

Overview

Config exists on disk but cannot be parsed

Instance Method Summary collapse

Constructor Details

#initializeZtConfSyntaxError

Returns a new instance of ZtConfSyntaxError.



14
15
16
# File 'lib/zt/errors/conf_errors.rb', line 14

def initialize
  super
end