PHP: Throwable::__toString - Manual (original) (raw)
Change language:
(PHP 7, PHP 8)
Throwable::__toString — Gets a string representation of the thrown object
Description
public Throwable::__toString(): string
Parameters
This function has no parameters.
Return Values
Returns the string representation of the thrown object.
See Also
- Exception::__toString() - String representation of the exception
Found A Problem?
Learn How To Improve This Page •Submit a Pull Request •Report a Bug
User Contributed Notes
There are no user contributed notes for this page.