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,
]
class BuildError < Exception
end
class BuildError < RuntimeError; end
# Remove all generated files
def self.clean