Help for this page

Select Code to Download


  1. or download this
    if ( $value != $expected_value )
    {
    ...
    {
         # continue with the happy path
    }
    
  2. or download this
    if ( $value != $expected_value )
    {
    ...
        die new Exception msg => "argh!";
    }
    # continue with the happy path