Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 363c39e

Browse files
committed
Removing exception unnecessary
1 parent 844f0bf commit 363c39e

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

source/expectations/data_values/ut_compound_data_helper.pkb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -591,11 +591,6 @@ create or replace package body ut_compound_data_helper is
591591
begin
592592
open l_diff_cursor for a_diff_cursor_text using a_self_id, a_other_id;
593593
return l_diff_cursor;
594-
exception when others then
595-
if l_diff_cursor%isopen then
596-
close l_diff_cursor;
597-
end if;
598-
raise;
599594
end;
600595

601596
begin

0 commit comments

Comments
 (0)