make sure to raise the exception
This commit is contained in:
parent
00d27d6ec4
commit
30c84c7899
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue