# -*- coding: utf-8 -*- # # CFFormatError implementation # # Author:: Christian Kruse (mailto:cjk@wwwtech.de) # Copyright:: Copyright (c) 2010 # License:: MIT License # Exception thrown when format errors occur class CFFormatError < Exception end # eof