This website requires JavaScript.
Explore
Help
Register
Sign In
eric
/
hathor-cpp-scanner
Watch
1
Star
0
Fork
You've already forked hathor-cpp-scanner
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
hathor-cpp-scanner
/
app
/
exception.php
11 lines
99 B
PHP
Raw
Permalink
Blame
History
<
?
php
function
tokb
(
array
$size
)
{
}
try
{
tokb
(
2
);
}
catch
(
\Exception
$e
)
{
print_r
(
$e
);
}
Reference in New Issue
View Git Blame
Copy Permalink