PHP Class Tebru\Retrofit\Exception\RetrofitApiException

Author: Nate Brunette ([email protected])
Inheritance: extends Exceptio\Exception
Datei anzeigen Open project: tebru/retrofit-php Class Usage Examples

Public Methods

Method Description
__construct ( string $clientClass, string $message = '', integer $code, Exception $previous = null )
getClientClass ( ) : string Get the generated client class name

Method Details

__construct() public method

public __construct ( string $clientClass, string $message = '', integer $code, Exception $previous = null )
$clientClass string
$message string
$code integer
$previous Exception

getClientClass() public method

Get the generated client class name
public getClientClass ( ) : string
return string