File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 22
33namespace phpsap \exceptions ;
44
5+ use LogicException ;
56use phpsap \interfaces \exceptions \ISapException ;
67
78/**
1516 * @author Gregor J.
1617 * @license MIT
1718 */
18- class SapLogicException extends \ LogicException implements ISapException
19+ class SapLogicException extends LogicException implements ISapException
1920{
2021}
Original file line number Diff line number Diff line change 33namespace phpsap \exceptions ;
44
55use phpsap \interfaces \exceptions \ISapException ;
6+ use RuntimeException ;
67
78/**
89 * Class phpsap\exceptions\SapRuntimeException
1415 * @author Gregor J.
1516 * @license MIT
1617 */
17- class SapRuntimeException extends \ RuntimeException implements ISapException
18+ class SapRuntimeException extends RuntimeException implements ISapException
1819{
1920}
You can’t perform that action at this time.
0 commit comments