Overview

Namespaces

  • Larislackers
    • BinanceApi
      • Enums
      • Exception

Exceptions

  • BinanceApiException
  • LarislackersException
  • Overview
  • Namespace
  • Class

Class BinanceApiException

Class BinanceApiException

Exception implements Throwable
Extended by Larislackers\BinanceApi\Exception\BinanceApiException
Namespace: Larislackers\BinanceApi\Exception
Package: \Larislackers\BinanceApi\Exception
Located at Exception/BinanceApiException.php
Methods summary
public
# __construct( string $message, integer $code = 0, Exception $previous = null )

BinanceApiException constructor.

BinanceApiException constructor.

Parameters

$message
The exception message.
$code
The exception code.
$previous
The previous exceptions.

Overrides

Exception::__construct()
public string
# __toString( )

String representation of the exception.

String representation of the exception.

Returns

string

Overrides

Exception::__toString()
Methods inherited from Exception
__wakeup(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()
Properties summary
protected integer $code

Error code.

Error code.

#
protected string $message

Error message.

Error message.

#
Properties inherited from Exception
$file, $line
API documentation generated by ApiGen