Prado\Web\Services\TRpcException::__construct PHP Method

__construct() public method

public __construct ( $message, $errorCode )
    public function __construct($message, $errorCode = -1)
    {
        $this->setErrorCode($errorCode);
        parent::__construct($message);
    }
TRpcException