make sure to raise the exception
This commit is contained in:
parent
00d27d6ec4
commit
30c84c7899
|
@ -35,7 +35,7 @@ module LXC
|
||||||
end
|
end
|
||||||
|
|
||||||
rescue => e
|
rescue => e
|
||||||
ContainerError.new("Unexpected error when starting container. The error was: #{e}")
|
raise ContainerError.new("Unexpected error when starting container. The error was: #{e}")
|
||||||
end
|
end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
Loading…
Reference in a new issue