<?php
namespace test\ns1;

echo get_class(new Exception()),"\n";
?>