Sha256: 977d1694a950c38a1738133ce1207f9065041ad7b4a0f827a4f6780acca7602d
Contents?: true
Size: 253 Bytes
Versions: 2
Compression:
Stored size: 253 Bytes
Contents
module Locomotive module Builder class DefaultException < ::Exception def initialize(message = nil) # no specific treatment for now super end end class MounterException < DefaultException end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
locomotivecms_builder-1.0.0.alpha2 | lib/locomotive/builder/exceptions.rb |
locomotivecms_builder-1.0.0.alpha1 | lib/locomotive/builder/exceptions.rb |