Commit 5d2d88c0 authored by dazz's avatar dazz Committed by Benjamin Eberlei

[DBAL-407] Implement method in Driver mock class

parent 3f9d3b61
......@@ -69,4 +69,9 @@ class DriverMock implements \Doctrine\DBAL\Driver
{
return;
}
public function convertExceptionCode(\Exception $exception)
{
return 0;
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment