Rscons::BuildError inherits from RuntimeError instead of Exception

This commit is contained in:
Josh Holtrop 2013-12-31 13:08:38 -05:00
parent f8af0630b0
commit 08bc390d40

View File

@ -20,8 +20,7 @@ module Rscons
Program, Program,
] ]
class BuildError < Exception class BuildError < RuntimeError; end
end
# Remove all generated files # Remove all generated files
def self.clean def self.clean