We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To reproduce:
$t = new midgard_topic(); $t->create(); $t->delete(); $t = new midgard_topic($t->id); echo midgard_connection::get_instance()->get_error_string();
Expected result:
"Object does not exist."
Actual result:
Fatal error: Uncaught exception 'midgard_error_exception' with message 'Critical internal error.Object doesn't exist'
The text was updated successfully, but these errors were encountered:
Also, the error code is wrong, it says MGD_ERR_INTERNAL, but it should be MGD_ERR_NOT_EXISTS
MGD_ERR_INTERNAL
MGD_ERR_NOT_EXISTS
Sorry, something went wrong.
Set correct error code if object doesn't exist. Refs midgardprojectgh…
3fff240
…-199
Set correct error. Refs midgardprojectgh-199
7b3198b
piotras
No branches or pull requests
To reproduce:
Expected result:
Actual result:
The text was updated successfully, but these errors were encountered: