Toggle navigation
Home
UI/UX
Web-development
Javascript
CMS
Cheatsheet
Cheatsheet
ho
exception
Estimated reading time:
1 minute
exception
try
{
}
catch
(
e
){
// error
}
finally
{
// always return
}
php
Basic php
intro
variable
string
array
operator
condition
loop
function
class
include
namespace
exception
resources
On this page:
exception