loburets
3/23/2016 - 10:14 AM

try catch sample

try catch sample

try {


} catch (Exception $exception) {
    echo 'Error (File: ' . $exception->getFile() . ':'
        . $exception->getLine() . '): ' . $exception->getMessage();
}