Skip to content

Instantly share code, notes, and snippets.

View mevdschee's full-sized avatar
🔐
working on disk encryption

Maurits van der Schee mevdschee

🔐
working on disk encryption
View GitHub Profile
@mevdschee
mevdschee / ErrorReporting.php
Last active September 26, 2022 11:33
PHP error reporting class
<?php
class ErrorReporting
{
public static $errorMessage = 'Oops! Something went wrong.';
private static $cwd;
private static $debug;
/**