Example #1
0
 /**
  * Magic object-to-string method.
  *
  * @uses    Ko::textException
  * @return  string
  */
 public function __toString()
 {
     return Ko::textException($this);
 }