mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
Remove unused exceptions
This commit is contained in:
parent
527d512409
commit
91d42984ad
|
@ -41,14 +41,10 @@ INTERFACE zif_abapgit_sap_package
|
|||
zcx_abapgit_exception .
|
||||
METHODS read_description
|
||||
RETURNING
|
||||
VALUE(rv_description) TYPE string
|
||||
RAISING
|
||||
zcx_abapgit_exception .
|
||||
VALUE(rv_description) TYPE string.
|
||||
METHODS read_responsible
|
||||
RETURNING
|
||||
VALUE(rv_responsible) TYPE usnam
|
||||
RAISING
|
||||
zcx_abapgit_exception .
|
||||
VALUE(rv_responsible) TYPE usnam.
|
||||
METHODS create_child
|
||||
IMPORTING
|
||||
!iv_child TYPE devclass
|
||||
|
|
Loading…
Reference in New Issue
Block a user