first commit
This commit is contained in:
commit
2bba8c5fee
122 changed files with 8389 additions and 0 deletions
14
lib/cfpropertylist/rbCFFormatError.rb
Normal file
14
lib/cfpropertylist/rbCFFormatError.rb
Normal file
|
@ -0,0 +1,14 @@
|
|||
# -*- 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
|
Reference in a new issue