From 08bc390d400f6e29aefba6b6da24fe4422980bf9 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Tue, 31 Dec 2013 13:08:38 -0500 Subject: [PATCH] Rscons::BuildError inherits from RuntimeError instead of Exception --- lib/rscons.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/rscons.rb b/lib/rscons.rb index 4cc3efe..f7482e4 100644 --- a/lib/rscons.rb +++ b/lib/rscons.rb @@ -20,8 +20,7 @@ module Rscons Program, ] - class BuildError < Exception - end + class BuildError < RuntimeError; end # Remove all generated files def self.clean