They should be logged to the error log visible in the backstage Site > PHP tab.
If you're using the local dev environment (I know that you aren't but for everyone else reading this thread), they will be output to your browser.
You can also add this code to your __vae.php file to enable error display to browser:<?php
ini_set('display_errors',1);
?>
It looks like you're new here. If you want to get involved, click one of these buttons!