Sha256: f7e5b6fba3fb891efbcde2c00142f465a84ec6399faaefb9d47ebb59f9efdc9a

Contents?: true

Size: 229 Bytes

Versions: 6

Compression:

Stored size: 229 Bytes

Contents

module Condo
	
	module Errors
		class LostTheKeys < RuntimeError; end			# Authentication
		class NotYourPlace < RuntimeError; end			# Authorisation
		class MissingFurniture < RuntimeError; end		# File not found
	end
	
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
condo-1.0.4 lib/condo/errors.rb
condo-1.0.3 lib/condo/errors.rb
condo-1.0.2 lib/condo/errors.rb
condo-1.0.1 lib/condo/errors.rb
condo-1.0.0 lib/condo/errors.rb
condo-0.0.1 lib/condo/errors.rb