/
home
/
pay
/
server_old
/
app
/
pusher
/
src
/
File Upload :
llllll
Current File: /home/pay/server_old/app/pusher/src/ApiErrorException.php
<?php namespace Pusher; /** * HTTP error responses. * getCode() will return the response HTTP status code, * and getMessage() will return the response body. */ class ApiErrorException extends PusherException { /** * Returns the string representation of the exception. * * @return string */ public function __toString(): string { return "(Status {$this->getCode()}) {$this->getMessage()}"; } }
Copyright ©2k19 -
Hexid
|
Tex7ure