Example #1
0
 public static function fromDBALException(DBALException $e)
 {
     return new self($e->getMessage(), 0, $e);
 }