<?php

class Hello extends Exception {}
throw new Hello(new stdClass);

?>