Skip to content

Commit 8afa799

Browse files
authored
Merge pull request #4 from Zn4rK/master
Added a use for the Exception class
2 parents 0135934 + 2860d27 commit 8afa799

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/SteamID.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
namespace SteamID;
44

5+
use Exception;
56
use Math_BigInteger;
67

8+
79
/**
810
* Class SteamID
911
* A modified version of Dr McKay's SteamID class to work with BigInteger from phpseclib.

0 commit comments

Comments
 (0)