lib/rscons.rb in rscons-0.0.3 vs lib/rscons.rb in rscons-0.0.4

- old
+ new

@@ -15,6 +15,9 @@ module Rscons DEFAULT_BUILDERS = [ Object, Program, ] + + class BuildError < Exception + end end