Sha256: d9ae96a17ab286f5bd680be6ac5cd607906f54463b3ae7bb50e284ec0552b0b8

Contents?: true

Size: 567 Bytes

Versions: 18

Compression:

Stored size: 567 Bytes

Contents

# -*- coding: utf-8 -*-
#
# Exceptions used:
# CFPlistError:: General base exception
# CFFormatError:: Format error
# CFTypeError:: Type error
#
# Easy and simple :-)
#
# Author::    Christian Kruse (mailto:cjk@wwwtech.de)
# Copyright:: Copyright (c) 2010
# License::   MIT License

# general plist error. All exceptions thrown are derived from this class.
class CFPlistError < StandardError
end

# Exception thrown when format errors occur
class CFFormatError < CFPlistError
end

# Exception thrown when type errors occur
class CFTypeError < CFPlistError
end

# eof

Version data entries

18 entries across 16 versions & 3 rubygems

Version Path
CFPropertyList-3.0.7 lib/cfpropertylist/rbCFPlistError.rb
CFPropertyList-3.0.6 lib/cfpropertylist/rbCFPlistError.rb
CFPropertyList-3.0.5 lib/cfpropertylist/rbCFPlistError.rb
CFPropertyList-3.0.4 lib/cfpropertylist/rbCFPlistError.rb
CFPropertyList-3.0.3 lib/cfpropertylist/rbCFPlistError.rb
CFPropertyList-3.0.2 lib/cfpropertylist/rbCFPlistError.rb
CFPropertyList-3.0.1 lib/cfpropertylist/rbCFPlistError.rb
cocoapods-dependency-html-0.0.2 vendor/bundle/gems/CFPropertyList-3.0.0/lib/cfpropertylist/rbCFPlistError.rb
cocoapods-dependency-html-0.0.1 vendor/bundle/gems/CFPropertyList-3.0.0/lib/cfpropertylist/rbCFPlistError.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/CFPropertyList-2.3.6/lib/cfpropertylist/rbCFPlistError.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/CFPropertyList-2.3.6/lib/cfpropertylist/rbCFPlistError.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/CFPropertyList-2.3.6/lib/cfpropertylist/rbCFPlistError.rb
CFPropertyList-3.0.0 lib/cfpropertylist/rbCFPlistError.rb
CFPropertyList-2.3.6 lib/cfpropertylist/rbCFPlistError.rb
CFPropertyList-2.3.5 lib/cfpropertylist/rbCFPlistError.rb
CFPropertyList-2.3.4 lib/cfpropertylist/rbCFPlistError.rb
CFPropertyList-2.3.3 lib/cfpropertylist/rbCFPlistError.rb
CFPropertyList-2.3.2 lib/cfpropertylist/rbCFPlistError.rb