NYCPHP Meetup

NYPHP.org

[nycphp-talk] Setting a catch dynamically

Ben Sgro ben at projectskyline.com
Fri Dec 14 14:53:29 EST 2007


Hello again!

In this code sample,

            try
            {
                call_user_func($faSet, $this->getArguments($argSet));
            }
            catch ( customException $e )
            {
                throw new $exceptionToThrow;
            }





More information about the talk mailing list