Exception: Zt::Errors::ZtConfSyntaxError
- Inherits:
-
StandardError
- Object
- StandardError
- Zt::Errors::ZtConfSyntaxError
- Defined in:
- lib/zt/errors/conf_errors.rb
Overview
Config exists on disk but cannot be parsed
Instance Method Summary collapse
-
#initialize ⇒ ZtConfSyntaxError
constructor
A new instance of ZtConfSyntaxError.
Constructor Details
#initialize ⇒ ZtConfSyntaxError
Returns a new instance of ZtConfSyntaxError.
14 15 16 |
# File 'lib/zt/errors/conf_errors.rb', line 14 def initialize super end |