Skip to content

Commit 2f574e5

Browse files
committed
Update UtilException.php
1 parent bba6242 commit 2f574e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Arhframe/Util/UtilException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
*
55
*/
6-
final class UtilException extends Exception
6+
final class UtilException extends \Exception
77
{
88
public function __construct($message = "",$code=0, $previous = NULL)
99
{

0 commit comments

Comments
 (0)