class CConfig::FormatError
FormatError
is the exception to be raised when a configuration file cannot be parsed.
Constants
- DEFAULT_MSG
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/cconfig/errors.rb, line 26 def initialize super(DEFAULT_MSG) end