(PHP 5, PHP 7)
Exception::__toString — ���쳣����ת��Ϊ�ַ���
�˺���û�в�����
����ת��Ϊ�ַ�����string�����͵��쳣��
Example #1 Exception::__toString()ʾ��
<?php
try {
throw new Exception("Some error message");
} catch(Exception $e) {
echo $e;
}
?>
�������̵���������ڣ�
exception 'Exception' with message 'Some error message' in /home/bjori/tmp/ex.php:3 Stack trace: #0 {main}