Building/Form: pipe- and lineworker is updated when network is changed

This commit is contained in:
Frank Schubert
2021-07-20 19:49:39 +02:00
parent 8a8de499c6
commit 912fafade3
8 changed files with 132 additions and 13 deletions

View File

@@ -0,0 +1,7 @@
<?php
$code=$Exception->Code;
if($code) {
echo "Error $code: ";
}
echo $Exception->Message;
echo "\n";