Error Handling Learning Mode

What will happen when you run this code?

<?php
class CustomException { }
throw new CustomException('Error!');