+1 vote
in PHP by
What does the expression Exception::__toString means?

1 Answer

0 votes
by
Exception::__toString gives the String representation of the exception.
...