Exception: Zt::Errors::ZtConfInvalidSectionError
- Inherits:
-
StandardError
- Object
- StandardError
- Zt::Errors::ZtConfInvalidSectionError
- Defined in:
- lib/zt/errors/conf_errors.rb
Overview
Invalid section specifier for config
Instance Method Summary collapse
-
#initialize ⇒ ZtConfInvalidSectionError
constructor
A new instance of ZtConfInvalidSectionError.
Constructor Details
#initialize ⇒ ZtConfInvalidSectionError
Returns a new instance of ZtConfInvalidSectionError.
21 22 23 |
# File 'lib/zt/errors/conf_errors.rb', line 21 def initialize super end |