<?php
try {
copy();
} catch (Exception $e) {
print $e->getMessage();
exit();
}
?>