Hello again!
In this code sample,
try
{
call_user_func($faSet, $this->getArguments($argSet));
}
catch ( customException $e )
{
throw new $exceptionToThrow;
}