You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 26, 2017. It is now read-only.
So how will the calling class know if the string that it receives is the representation of the object or the representation of an exception message ?
Would you check the string for XML or something ? ...
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I using
MysqlExporter
to export a table, if this table not exists, theDatabaseDriver
will throw an exception.But php return this message:
If I modified
__toString()
method:It works and return the correct exception message.
But I don't know how to fix this problem in a right way.
The text was updated successfully, but these errors were encountered: