PATH:
home
/
lab2454c
/
omvstudio.com
/
vendor
/
pusher
/
pusher-php-server
/
src
<?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()}"; } }
[+]
..
[-] PusherCrypto.php
[edit]
[-] ApiErrorException.php
[edit]
[-] PusherException.php
[edit]
[-] PusherInstance.php
[edit]
[-] PusherInterface.php
[edit]
[-] Webhook.php
[edit]
[-] Pusher.php
[edit]