Rscons::BuildError inherits from RuntimeError instead of Exception
This commit is contained in:
parent
f8af0630b0
commit
08bc390d40
@ -20,8 +20,7 @@ module Rscons
|
||||
Program,
|
||||
]
|
||||
|
||||
class BuildError < Exception
|
||||
end
|
||||
class BuildError < RuntimeError; end
|
||||
|
||||
# Remove all generated files
|
||||
def self.clean
|
||||
|
Loading…
x
Reference in New Issue
Block a user