Closed presidentbeef closed 15 years ago
Right now, errors are thrown using $throw(string).
Instead, use an exception object with a type and message. Standardize a bit.
Done.
Right now, errors are thrown using $throw(string).
Instead, use an exception object with a type and message. Standardize a bit.