Created a Singleton parent class and implemented some common Object method.
This commit is contained in:
parent
5b0c42bda3
commit
d2966c7345
8 changed files with 204 additions and 68 deletions
|
@ -20,7 +20,7 @@
|
|||
*
|
||||
* Standardized error reporting, mostly used to display fatal errors.
|
||||
*/
|
||||
class Error extends Object
|
||||
class Error
|
||||
{
|
||||
/**
|
||||
* Fatal Error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue