Habari\XMLRPCException::__toString PHP Метод

__toString() публичный Метод

Represent this exception as a string
public __toString ( )
    public function __toString()
    {
        return __CLASS__ . ": [{$this->code}]: {$this->message}\n";
    }