-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
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
Incorrect __toString behavior in exception #6
Comments
Do you have some example code that produces this error? |
|
Hey MrRio, I have the same issues as Mihailoff on my (windows apache mod_php 5.4) dev machine. On any script (my own and your examples) I try your library I get the following: Warning: MrRio\ShellWrapException::__toString() must return a string in Unknown on line 0 Fatal error: Uncaught thrown in C:\www\building-blocks\cmd\shellwrap-master\shellwrap-master\src\MrRio\ShellWrap.php on line 180 Both both the browser and cli. What do you think? |
Can you try again with the latest version? |
Ok, I will. |
https://github.com/MrRio/shellwrap/blob/0.4.1/src/MrRio/ShellWrap.php#L41
Causes
Warning: MrRio\ShellWrapException::__toString() must return a string in Unknown on line 0
The text was updated successfully, but these errors were encountered: