This commit is contained in:
William 2022-02-23 18:40:49 +01:00
parent 5b9a5ad5a4
commit 5679ac6640

View File

@ -3,7 +3,7 @@
// Janky error handler page thingy that looks cool
class ErrorHandler
{
public array $errors; // Holds error messages
public array $errors; // Holds error messages (even though for now we only display a maximum of 1)
public function __construct()
{