Help for this page

Select Code to Download


  1. or download this
    package ClassB;
    
    ...
    } catch {
      $log->error($_);
    }
    
  2. or download this
    package Error;
    
    ...
        $log->error($_);
      }
    }