Rscons::BuildError inherits from RuntimeError instead of Exception
This commit is contained in:
parent
f8af0630b0
commit
08bc390d40
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user