PayPal\Exception\PPMissingCredentialException::__construct PHP Méthode

__construct() public méthode

public __construct ( $message = null, $code )
    public function __construct($message = null, $code = 0)
    {
        parent::__construct($message, $code);
    }
PPMissingCredentialException