"); if ($line === NULL) { break; } if ($line !== "") { print(rep($line)); } } catch (BlankException $e) { continue; } catch (Exception $e) { echo "Error: " . $e->getMessage() . "\n"; echo $e->getTraceAsString() . "\n"; } } while (true); ?>