make sure to raise the exception
This commit is contained in:
parent
00d27d6ec4
commit
30c84c7899
|
@ -35,7 +35,7 @@ module LXC
|
|||
end
|
||||
|
||||
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
|
||||
|
||||
private
|
||||
|
|
Loading…
Reference in a new issue