anonymous1983 / symfony2

Tuto symfony2
MIT License
0 stars 0 forks source link

try / catch #6

Open anonymous1983 opened 8 years ago

anonymous1983 commented 8 years ago

For catch error :

try {
    ...
} catch(DBALException $exception) {
    ...
}