Exception: Pycf::MissingSectionHeaderError

Inherits:
ParsingError
  • Object
show all
Defined in:
lib/pycf/error.rb

Instance Method Summary collapse

Methods inherited from ParsingError

#initialize

Constructor Details

This class inherits a constructor from Pycf::ParsingError

Instance Method Details

#error_messageObject



18
19
20
# File 'lib/pycf/error.rb', line 18

def error_message
  'no section headers.'
end