Yar_Client_Exception::getType

(PECL yar >= 1.0.0)

Yar_Client_Exception::getTypeRetrieve exception's type

Beschreibung

public Yar_Client_Exception::getType(): string

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

Returns "Yar_Exception_Client".

Beispiele

Beispiel #1 Yar_Client_Exception::getType() example

<?php

/* ... */

?>

Das oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie:

...

Siehe auch

  • Yaf_Server_Exception::getType()
add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top