class InsufficientBalance extends IFRSException

Properties

int $code Exception code from IFRSException
string $message Exception message from IFRSException

Methods

__construct(string $transactionType, float $amount, string $assignedType, string $message = null, int $code = 0)

Insufficient Balance Exception

Details

at line 30
__construct(string $transactionType, float $amount, string $assignedType, string $message = null, int $code = 0)

Insufficient Balance Exception

Parameters

string $transactionType
float $amount
string $assignedType
string $message
int $code