Exemplo n.º 1
0
 function __toString()
 {
     try {
         return $this->toString();
     } catch (Exception $e) {
         NDebug::toStringException($e);
     }
 }