<?php try { // throw new \InvalidArgumentException(); throw new \UnexpectedValueException(); } catch (\InvalidArgumentException $e) { print 123; } catch (\UnexpectedValueException $e) { print 124; }
You have javascript disabled. You will not be able to edit any code.