+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.

Related questions

+1 vote
asked Jun 22, 2019 in PHP by SakshiSharma
+1 vote
asked Jun 23, 2019 in PHP by SakshiSharma
...