make sure to raise the exception

This commit is contained in:
Akshay Karle 2016-01-19 15:59:16 -08:00
parent 00d27d6ec4
commit 30c84c7899

View file

@ -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