<?php namespace nur\b\impl; use Exception; class Two { function f() { throw new Exception("error"); } }