Adding new features. Preparing Alpha.

This commit is contained in:
orynider
2020-12-23 03:18:48 +02:00
parent 47687db35e
commit 9124c6b305
316 changed files with 34792 additions and 1152 deletions

View File

@@ -104,8 +104,7 @@ class Size
{
return $this -> $var;
}
throw new ExceptionDisplay('Variable <em>' . Url::html_output($var)
. '</em> not set in Size class.');
throw new ExceptionDisplay('Variable <em>' . Url::html_output($var) . '</em> not set in Size class.');
}
}